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 、ERP Tools IT infrastructure Human resources Mail Health Management Finance Marketing Media Education E-commerce Project management Telecommunications Productivity 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"]
}