Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.92 KB

File metadata and controls

44 lines (35 loc) · 1.92 KB
title scopeSensitivityLabels resource type
description Defines the sensitivity labels for groups that are included in a permissionGrantPreApprovalPolicy, or included or excluded in a permissionGrantPolicy.
author yuhko-msft
ms.localizationpriority medium
ms.subservice entra-applications
doc_type resourcePageType
ms.date 07/22/2024

scopeSensitivityLabels resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Defines the sensitivity labels for groups that are included in a permissionGrantPreApprovalPolicy, or included or excluded in a permission grant policy. Since chat resources don't support sensitivity labels, use all when the scopeType of preApprovalDetail is chat. For more information about sensitivity labels, see sensitivity labels.

This resource is an abstract base type from which the following types are derived:

Properties

Property Type Description
labelKind String Indicates the kind of sensitivity label that is included. Possible values: all means all sensitivity labels are allowed, or enumerated means a selected set of sensitivity labels from a single resource application are allowed. Required.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.scopeSensitivityLabels",
  "labelKind": "String"
}