Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.37 KB

File metadata and controls

47 lines (38 loc) · 1.37 KB
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

privateLinkDetails resource type

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?

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 JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.privateLinkDetails",
  "policyId": "String",
  "policyName": "String",
  "resourceId": "String",
  "policyTenantId": "String"
}