次の方法で共有


テナント リソースの種類

名前空間: microsoft.graph.managedTenants

重要

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

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

メソッド

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