Edit

externalItemInformationProtectionLabel resource type

Namespace: microsoft.graph.externalConnectors

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.

Represents a Microsoft Purview sensitivity label for an item indexed by a Microsoft Search externalConnection.

Properties

Property Type Description
sensitivityLabelId String The GUID of the Purview sensitivity label. To get the label GUID, use the Get sensitivityLabel API or the Get-Label PowerShell command.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "sensitivityLabelId": "String"
}