Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.66 KB

File metadata and controls

53 lines (43 loc) · 1.66 KB
title description ms.localizationpriority author ms.reviewer ms.subservice doc_type
assignedLabel resource type
Represents a sensitivity label assigned to a Microsoft 365 group.
medium
yuhko-msft
mbhargav, khotzteam, aadgroupssg
entra-groups
resourcePageType

assignedLabel resource type

Namespace: microsoft.graph

Represents a sensitivity label assigned to a 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 and 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

The following JSON representation shows the resource type.

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