Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.95 KB

File metadata and controls

53 lines (39 loc) · 1.95 KB
title delegatedPermissionClassification resource type
description Specifies the classification of a delegated permission.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-applications
author psignoret
ms.date 03/06/2024

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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