| title | tenantReference resource type |
|---|---|
| description | Represents the information used to identify a Microsoft Entra tenant. |
| author | jkdouglas |
| ms.reviewer | mapamu |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the information used to identify a Microsoft Entra tenant. This type is only used in the context of an outboundSharedUserProfile.
None.
| Property | Type | Description |
|---|---|---|
| tenantId | String | The identifier of the Microsoft Entra tenant. Read-only. Key. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.tenantReference",
"tenantId": "String"
}