Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.84 KB

delegatedpermissionclassification.md

File metadata and controls

46 lines (35 loc) · 1.84 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

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
classification permissionClassificationType The classification value. Possible values: low, medium (preview), high (preview). Doesn't support $filter.
id String A unique identifier for the delegatedPermissionClassification Key. Not nullable. Read-only.
permissionId String The unique identifier (id) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Required on create. Doesn't support $filter.
permissionName String The claim value (value) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Doesn't support $filter.

JSON representation

The following JSON representation shows the resource type.

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