delegatedPermissionClassification resource type
Namespace: microsoft.graph
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.
Used to specify the classification of a delegated permission.
Delegated permission classifications can be used in combination with user consent settings to choose which permissions a user is allowed to consent to. See Configure how end-users consent to applications to learn more about permission classifications.
Properties
| Property | Type | Description |
|---|---|---|
| id | String | A unique identifier for the delegatedPermissionClassification Key. Not nullable. Read-only. |
| classification | permissionClassificationType | The classification value being given. Possible value: low. Does not support $filter. |
| permissionId | Guid | The unique identifier (id) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter. |
| permissionName | String | The claim value (value) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Does not support $filter. |
JSON representation
The following is a JSON representation of the resource.
{
"id": "string (identifier)",
"classification": "low",
"permissionId": "string",
"permissionName": "string"
}
Feedback
Submit and view feedback for