privateLinkDetails resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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?
Properties
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. |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.privateLinkDetails",
"policyId": "String",
"policyName": "String",
"resourceId": "String",
"policyTenantId": "String"
}
Feedback
Submit and view feedback for