applicationTemplate リソースの種類

名前空間: microsoft.graph

Azure AD アプリケーション ギャラリーのアプリケーションを表します

メソッド

メソッド 戻り値の型 説明
applicationTemplate の一覧 applicationTemplate applicationTemplate オブジェクトの一覧を取得します。
Get applicationTemplate applicationTemplate applicationTemplate オブジェクトのプロパティとリレーションシップを読み取る。
applicationTemplate のインスタンス化 applicationServicePrincipal Azure のアプリケーション ギャラリーからアプリケーションのインスタンスADディレクトリに追加します。

プロパティ

プロパティ 説明
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 このアプリケーションでサポートされるシングル サインオン モードの一覧。 サポートされている値は oidcpasswordsaml、および notSupported です。

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "id": "id-value",
  "displayName": "displayName-value",
  "homePageUrl": "homePageUrl-value",
  "supportedSingleSignOnModes": ["supportedSingleSignOnModes-value"],
  "logoUrl": "logoUrl-value",
  "categories": ["categories-value"],
  "publisher": "publisher-value",
  "description": "description-value"
}