crossCloudAzureActiveDirectoryTenant リソースの種類
名前空間: microsoft.graph
connectedOrganization オブジェクトの ID ソースで使用されます。 値#microsoft.graph.crossCloudAzureActiveDirectoryTenant
は@odata.type
、この種類が、別のクラウド内の別のMicrosoft Entra テナントを、接続されたorganizationの ID ソースとして識別することを示します。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
cloudInstance | String | テナントが配置されているクラウドの ID。、、または partner.microsoftonline.cn のいずれかmicrosoftonline.com microsoftonline.us です。 読み取り専用です。 |
displayName | String | Microsoft Entra テナントの名前。 読み取り専用です。 |
tenantId | String | Microsoft Entra テナントの ID。 読み取り専用です。 |
リレーションシップ
なし。
JSON 表記
型の JSON 表現を次に示します。
{
"tenantId": "String (identifier)",
"displayName": "String",
"cloudInstance": "String"
}