tenantCustomizedInformation リソースの種類

名前空間: microsoft.graph.managedTenants

重要

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

管理テナントのカスタマイズ可能な情報を表します。

メソッド

メソッド 戻り値の種類 説明
list tenantCustomizedInformations microsoft.graph.managedTenants.tenantCustomizedInformation コレクション tenantCustomizedInformationオブジェクトとそのプロパティの一覧を取得します。
Get tenantCustomizedInformation microsoft.graph.managedTenants.tenantCustomizedInformation tenantCustomizedInformationオブジェクトのプロパティとリレーションシップを読み取る。
tenantCustomizedInformation の更新 microsoft.graph.managedTenants.tenantCustomizedInformation tenantCustomizedInformation オブジェクトのプロパティを更新します。

プロパティ

プロパティ 種類 説明
contacts microsoft.graph.managedTenants.tenantContactInformation コレクション 管理テナントの連絡先のコレクション。 省略可能。
displayName String 管理テナントの表示名。 必須です。 読み取り専用です。
id String 管理Azure Active Directoryのテナント識別子を指定します。 必須です。 読み取り専用です。
tenantId String 管理Azure Active Directoryのテナント識別子を指定します。 省略可能。 読み取り専用です。
Web サイト String 管理テナントの Web サイト。 必須です。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.managedTenants.tenantCustomizedInformation",
  "id": "String (identifier)",
  "displayName": "String",
  "tenantId": "String",
  "contacts": [
    {
      "@odata.type": "microsoft.graph.managedTenants.tenantContactInformation"
    }
  ],
  "website": "String"
}