テナント リソースの種類

名前空間: microsoft.graph.managedTenants

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

管理エンティティに関連付けられているテナントを表します。

メソッド

メソッド 戻り値の種類 説明
テナントの一覧表示 microsoft.graph.managedTenants.tenant コレクション テナント オブジェクトとそのプロパティの一覧を取得します。
テナントの取得 microsoft.graph.managedTenants.tenant テナント オブジェクトのプロパティとリレーションシップを読み取ります。
offboardTenant microsoft.graph.managedTenants.tenant マルチテナント管理プラットフォームからテナントをオフボードします。
resetTenantOnboardingStatus microsoft.graph.managedTenants.tenant マルチテナント管理プラットフォームでテナントのオンボード状態をリセットします。

プロパティ

プロパティ 説明
コントラクト microsoft.graph.managedTenants.tenantContract 管理エンティティを持つテナントのリレーションシップの詳細。
createdDateTime DateTimeOffset マルチテナント管理プラットフォームでテナントが作成された日時。 省略可能。 読み取り専用です。
displayName String テナントの表示名。 必須です。 読み取り専用。
id String テナントのMicrosoft Entraテナント識別子。 必須です。 読み取り専用です。
lastUpdatedDateTime DateTimeOffset マルチテナント管理プラットフォーム内でテナントが最後に更新された日時。 省略可能。 読み取り専用です。
tenantId String マネージド テナントのMicrosoft Entraテナント識別子。 省略可能。 読み取り専用。
tenantStatusInformation microsoft.graph.managedTenants.tenantStatusInformation テナントのオンボード状態情報。 省略可能。 読み取り専用。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.managedTenants.tenant",
  "contract": {"@odata.type": "microsoft.graph.managedTenants.tenantContract"},
  "createdDateTime": "String (timestamp)",
  "displayName": "String",
  "id": "String (identifier)",
  "lastUpdatedDateTime": "String (timestamp)",
  "tenantId": "String",
  "tenantStatusInformation": {"@odata.type": "microsoft.graph.managedTenants.tenantStatusInformation"}
}