assignedLabel resource type

Namespace: microsoft.graph

Represents a sensitivity label assigned to an Microsoft 365 group. Sensitivity labels allow administrators to enforce specific group settings on a group by assigning a classification to the group (such as Confidential, Highly Confidential or General). Sensitivity labels are published by administrators in Microsoft 365 Security & Compliance Center as part of Microsoft Purview Information Protection capabilities. For more information about sensitivity labels, see Sensitivity labels overview.

Properties

Property Type Description
displayName String The display name of the label. Read-only.
labelId String The unique identifier of the label.

JSON representation

Here is a JSON representation of the resource.

{
  "displayName": "String",
  "labelId": "String"
}