| 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 |
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:
- allscopesensitivitylabels indicates all sensitivity labels are preapproved
- enumeratedscopesensitivitylabels indicates that only the specified sensitivity labels are preapproved
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.scopeSensitivityLabels",
"labelKind": "String"
}