applicationTemplate リソースの種類
名前空間: microsoft.graph
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
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 。 |
configurationUris | configurationUri collection | 事前に設定されたアプリケーションのシングル サインオン構成に必要な URI。 |
説明 | 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": ["String"],
"configurationUris": [{"@odata.type": "microsoft.graph.configurationUri"}],
"description": "String",
"displayName": "String",
"homePageUrl": "String",
"id": "String (identifier)",
"logoUrl": "String",
"publisher": "String",
"supportedProvisioningTypes": ["String"],
"supportedSingleSignOnModes": ["String"]
}