azureActiveDirectoryTenant リソースの種類

名前空間: microsoft.graph

接続されたOrganization の ID ソースで使用されます。 この @odata.type#microsoft.graph.azureActiveDirectoryTenant は、この種類が別のテナントをAzure Active Directory組織の ID ソースとして識別します。

新しいconnectedOrganizationを作成する場合、呼び出し元が identitySources コレクションに domainIdentitySource を提供し、ドメインが Azure Active Directory テナントの登録ドメインに対応する場合、作成される接続されたOrganizationには、azureActiveDirectoryTenant型の 1 つのメンバーを含む identitySources コレクションがあります。

プロパティ

プロパティ 説明
displayName String テナントの名前Azure Active Directoryします。 読み取り専用です。
tenantId String テナントの ID Azure Active Directoryです。 読み取り専用です。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.azureActiveDirectoryTenant",
  "tenantId": "String",
  "displayName": "String"
}