applicationTemplate リソースの種類
名前空間: microsoft.graph
Microsoft Entra アプリケーション ギャラリー内のアプリケーションを表します。
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
List | applicationTemplate | applicationTemplate オブジェクトの一覧を取得します。 |
Get | applicationTemplate | applicationTemplate オブジェクトのプロパティとリレーションシップを読み取ります。 |
インスタンス化 | applicationServicePrincipal | Microsoft Entra アプリケーション ギャラリーからディレクトリにアプリケーションのインスタンスを追加します。 ID 8adf8e6e-67b2-4cf2-a259-e3dc5476c621 を持つアプリケーション テンプレートを使用すると、SAML SSO やパスワード ベースの SSO などのさまざまなシングル サインオン (SSO) モードを構成できるギャラリー以外のアプリを追加できます。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
categories | String collection | アプリケーションのカテゴリの一覧。 サポートされる値は、 Collaboration 、 Business Management 、 Consumer 、 Content management 、 CRM 、 Data services 、 Developer services 、 E-commerce 、 Education 、 ERP 、 Finance Health 、 Human resources 、 IT infrastructure 、 Mail 、 Management 、 Marketing 、 Media Productivity 、 Project management 、 Telecommunications 、 Tools 、 Travel 、 Web design & hosting 。 |
説明 | String | アプリケーションの説明。 |
displayName | String | アプリケーションの名前。 |
homePageUrl | String | アプリケーションのホーム ページ URL。 |
id | String | アプリケーションの一意の識別子。 読み取り専用です。 |
logoUrl | String | このアプリケーションのロゴを取得する URL。 |
publisher | String | このアプリケーションの発行元の名前。 |
supportedProvisioningTypes | String collection | このアプリケーションでサポートされているプロビジョニング モードの一覧。 有効な値は sync のみです。 |
supportedSingleSignOnModes | String collection | このアプリケーションでサポートされているシングル サインオン モードの一覧。 サポートされている値は oidc 、password 、saml 、および notSupported です。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"categories": ["categories-value"],
"description": "description-value",
"displayName": "displayName-value",
"homePageUrl": "homePageUrl-value",
"id": "id-value",
"logoUrl": "logoUrl-value",
"publisher": "publisher-value",
"supportedSingleSignOnModes": ["supportedSingleSignOnModes-value"]
}