次の方法で共有


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 アプリケーションのカテゴリの一覧。 サポートされる値は、 CollaborationBusiness ManagementConsumerContent managementCRMData servicesDeveloper servicesE-commerceEducationERPFinanceHealthHuman resourcesIT infrastructureMailManagementMarketingMediaProductivityProject managementTelecommunicationsToolsTravelWeb 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"]
}

クイック スタート: Microsoft Entra ギャラリーからエンタープライズ アプリケーションを追加する