Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.9 KB

delegatedpermissionclassification.md

File metadata and controls

49 lines (36 loc) · 1.9 KB
title description ms.localizationpriority doc_type ms.subservice author
delegatedPermissionClassification resource type
Specifies the classification of a delegated permission.
medium
resourcePageType
entra-applications
psignoret

delegatedPermissionClassification resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Specifies 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. Possible values: low, medium (preview), high (preview). Doesn't support $filter.
permissionId Guid The unique identifier (id) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Required on create. Doesn't support $filter.
permissionName String The claim value (value) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Doesn't support $filter.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "string (identifier)",
  "classification": "low",
  "permissionId": "string",
  "permissionName": "string"
}