azureActiveDirectoryTenant リソースの種類
名前空間: microsoft.graph
connectedOrganization の ID ソースで使用されます。
@odata.type
値#microsoft.graph.azureActiveDirectoryTenant
は、この種類が接続されたorganizationの ID ソースとして別のMicrosoft Entra テナントを識別することを示します。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
displayName | String | Microsoft Entra テナントの名前。 読み取り専用です。 |
tenantId | String | Microsoft Entra テナントの ID。 読み取り専用です。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.azureActiveDirectoryTenant",
"displayName": "String",
"tenantId": "String"
}