テナント リソースの種類

名前空間: microsoft.graph.managedTenants

重要

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

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

メソッド

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

プロパティ

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

リレーションシップ

なし。

JSON 表記

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

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