tenantAppManagementPolicy リソースの種類

名前空間: microsoft.graph

すべてのアプリケーションとサービス プリンシパルに対してアプリ管理の制限を適用するテナント全体のアプリケーション認証方法ポリシー。 このポリシーは、 appManagementPolicy が オブジェクトに適用されたときにオーバーライドされない限り、すべてのアプリとサービス プリンシパルに適用されます。

policyBase から継承します。

メソッド

メソッド 戻り値の種類 説明
Get tenantAppManagementPolicy アプリケーションとサービス プリンシパルの既定のアプリ管理ポリシー セットのプロパティを読み取ります。
Update なし アプリケーションとサービス プリンシパルの既定のアプリ管理ポリシーを更新します。

プロパティ

プロパティ 説明
applicationRestrictions appManagementConfiguration テナント内のすべてのアプリケーション オブジェクトに既定で適用される制限。
説明 String 既定のポリシーの説明。 policyBase から継承されます。
displayName 文字列 既定のポリシーの表示名。 policyBase から継承されます。
id 文字列 既定のポリシー識別子。
isEnabled ブール値 ポリシーが有効かどうかを示します。 既定値は、false です。
servicePrincipalRestrictions appManagementConfiguration テナント内のすべてのサービス プリンシパル オブジェクトに既定で適用される制限。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#policies/defaultAppManagementPolicy",
  "id": "string (identifier)",
  "description": "string",
  "displayName": "string",
  "isEnabled": false,
  "applicationRestrictions": {
    "@odata.type":"microsoft.graph.appManagementConfiguration"
  },
  "servicePrincipalRestrictions": {
    "@odata.type":"microsoft.graph.appManagementConfiguration"
  }
}