Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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"
}