Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.87 KB

File metadata and controls

41 lines (33 loc) · 1.87 KB
title allScopeSensitivityLabels resource type
description Specifies that sensitivity labels from any resource app in a permissionGrantPreApprovalPolicy are preapproved for consent. It can also be used to specify a matching rule in a permissiongrantconditionset in a permissiongrantpolicy to include or exclude a permission grant event
author yuhko-msft
ms.localizationpriority medium
ms.subservice entra-applications
doc_type resourcePageType
ms.date 07/22/2024

allScopeSensitivityLabels resource type

Namespace: microsoft.graph.allScopeSensitivityLabels

Specifies that sensitivity labels from any resource app in a permissionGrantPreApprovalPolicy are preapproved for consent. It can also be used to specify condition sets that are included or excluded in a permission grant policy. If the client application requests access to more resource scopes after the policy is created, the policy will still apply.

Inherits from scopeSensitivityLabels.

[!INCLUDE beta-disclaimer]

Properties

Property Type Description
labelKind labelKind Inherited from scopeSensitivityLabels. Indicates the scope of sensitivity labels that are included in this condition set. Possible values: all for all sensitivity labels, or enumerated for a given list of sensitivity labels. Only all is supported for the allScopeSensitivityLabels object type. Required.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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