| 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 |
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]
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.allScopeSensitivityLabels",
"labelKind": "String"
}