azureActiveDirectoryTenant リソースの種類

名前空間: microsoft.graph

connectedOrganization の ID ソースで使用されます。 値#microsoft.graph.azureActiveDirectoryTenant@odata.type、この型が接続されたorganizationの ID ソースとして別のMicrosoft Entra テナントを識別することを示します。

新しい connectedOrganization を作成するときに、呼び出し元が identitySources コレクションで domainIdentitySource を提供し、ドメインがMicrosoft Entra テナントの登録済みドメインに対応する場合、作成された結果の connectedOrganization には、azureActiveDirectoryTenant 型の単一メンバーを含む identitySources コレクションが作成されます。

プロパティ

プロパティ 説明
displayName String Microsoft Entra テナントの名前。 読み取り専用です。
tenantId String Microsoft Entra テナントの ID。 読み取り専用です。

リレーションシップ

なし。

JSON 表記

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

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