名前空間: 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、 FinanceHealth、 Human resources、 IT infrastructure、 Mail、 Management、 Marketing、 MediaProductivity、 Project management、 Telecommunications、 Tools、 Travel、 Web design & hosting。 $filter (contains)をサポートしています。 |
| configurationUris | configurationUri collection | 事前に設定されたアプリケーションのシングル サインオン構成に必要な URI。 |
| 説明 | String | アプリケーションの説明。 |
| displayName | 文字列 | アプリケーションの名前。
$filter (contains)をサポートしています。 |
| endpoints | String collection | このアプリケーションで使用されるさまざまなドメインを表す文字列 URL のコレクション。 |
| homePageUrl | 文字列 | アプリケーションのホーム ページ URL。 |
| id | 文字列 | アプリケーションの一意の識別子。 読み取り専用です。 |
| lastModifiedDateTime | DateTimeOffset | ISO 8601 形式で表され、常に UTC 時刻で表される、アプリケーションのデータが最後に更新された日時。 |
| logoUrl | 文字列 | このアプリケーションのロゴを取得する URL。 |
| publisher | 文字列 | このアプリケーションの発行元の名前。 |
| riskFactors | applicationRiskFactors | アプリケーション プロバイダーに関する一般的なビジネス情報と運用情報。
$selectが使用されている場合にのみ返されます。 |
| riskScore | applicationRiskScore | アプリケーションの Microsoft によって生成された数値リスク スコア評価を表します。
合計でサポートされている$orderby (たとえば、$orderBy=riskScore/total desc)。
$selectが使用されている場合にのみ返されます。 |
| supportedProvisioningTypes | String collection | このアプリケーションでサポートされているプロビジョニング モードの一覧。 有効な値は syncのみです。 |
| supportedSingleSignOnModes | String collection | このアプリケーションでサポートされているシングル サインオン モードの一覧。 サポートされている値は oidc、password、saml、および notSupported です。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.applicationTemplate",
"id": "String (identifier)",
"displayName": "String",
"homePageUrl": "String",
"supportedSingleSignOnModes": [
"String"
],
"supportedProvisioningTypes": [
"String"
],
"logoUrl": "String",
"categories": [
"String"
],
"publisher": "String",
"description": "String",
"configurationUris": [
{
"@odata.type": "microsoft.graph.configurationUri"
}
],
"riskScore": {
"@odata.type": "microsoft.graph.applicationRiskScore"
},
"riskFactors": {
"@odata.type": "microsoft.graph.applicationRiskFactors"
},
"endpoints": [
"String"
],
"lastModifiedDateTime": "String (timestamp)"
}