| title | privateLinkDetails resource type |
|---|---|
| description | Provides details about Private Links in your Microsoft Entra tenant |
| author | egreenberg14 |
| ms.localizationpriority | medium |
| ms.subservice | entra-monitoring-health |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Provides details about the Azure Private Link associated with a sign-in event. For more information on Azure Private Link, see What is Azure Private Link?
| Property | Type | Description |
|---|---|---|
| policyId | String | The unique identifier for the Private Link policy. |
| policyName | String | The name of the Private Link policy in Microsoft Entra ID. |
| policyTenantId | String | The tenant identifier of the Microsoft Entra tenant the Private Link policy belongs to. |
| resourceId | String | The Azure Resource Manager (ARM) path for the Private Link policy resource. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.privateLinkDetails",
"policyId": "String",
"policyName": "String",
"resourceId": "String",
"policyTenantId": "String"
}