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

The base container for the relationships that define the requests for permissions in an authorization system onboarded to Microsoft Entra Permissions Management.

Methods

None.

Properties

None.

Relationships

Relationship Type Description
permissionsRequestChanges permissionsRequestChange Represents a change event of the scheduledPermissionsRequest entity.
scheduledPermissionsRequests scheduledPermissionsRequest Represents a permissions request that Permissions Management uses to manage permissions for an identity on resources in the authorization system. This request can be granted, rejected or canceled by identities in Permissions Management.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.permissionsManagement"
}