permissionsDefinition 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.

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"
  }
}