Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 2.09 KB

File metadata and controls

54 lines (42 loc) · 2.09 KB
title permissionsDefinition resource type
description An abstract type that represents information about the permissions request, such as the authorization system, the identities making the request, and the actions that the identities need the permissions for.
author mrudulahg01
ms.reviewer ciem_pm
ms.localizationpriority medium
ms.subservice entra-permissions-management
doc_type resourcePageType
ms.date 04/18/2024

permissionsDefinition resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE permissions-management-retirement-note]

An abstract type that represents information about the permissions request, such as the authorization system, the identities making the request, and the actions for which the identities need the permissions.

This resource type is inherited by the following objects:

Properties

Property Type Description
authorizationSystemInfo permissionsDefinitionAuthorizationSystem Information relating to the authorization system and permissions assigned.

Relationships

Relationship Type Description
identityInfo permissionsDefinitionAuthorizationSystemIdentity The identity receiving the actionInfo.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.permissionsDefinition",
  "authorizationSystemInfo": {
    "@odata.type": "microsoft.graph.permissionsDefinitionAuthorizationSystem"
  }
}