applicationTemplate リソースの種類

名前空間: microsoft.graph

Microsoft Entra アプリケーション ギャラリー内のアプリケーションを表します

メソッド

メソッド 戻り値の型 説明
applicationTemplate の一覧 applicationTemplate applicationTemplate オブジェクトの一覧を取得します。
applicationTemplate を取得する applicationTemplate applicationTemplate オブジェクトのプロパティとリレーションシップを読み取ります。
applicationTemplate のインスタンス化 applicationServicePrincipal Microsoft Entra アプリケーション ギャラリーからディレクトリにアプリケーションのインスタンスを追加します。 ID 8adf8e6e-67b2-4cf2-a259-e3dc5476c621 を持つアプリケーション テンプレートを使用すると、SAML SSO やパスワードベースの SSO などのさまざまなシングル サインオン (SSO) モードを構成できるギャラリー以外のアプリを追加できます。

プロパティ

プロパティ 説明
categories String collection アプリケーションのカテゴリの一覧。 サポートされる値はCollaboration、、Business Management、、Consumer、、Content managementCRMData services、、Developer servicesERPToolsIT infrastructureHuman resourcesMailHealthManagementFinanceMarketingMediaEducationE-commerceProject managementTelecommunicationsProductivityTravelおよび 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 表現は、リソースの種類を示しています。

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