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

Caution

This version of the Privileged Identity Management (PIM) API for Azure resources will be deprecated soon. Please use the new Azure REST PIM API for Azure resource roles.

Represents the access permission that a governanceSubject has to a specific governanceResource.

Properties

Property Type Description
accessLevel String The access level. Valid values: None, UserRead, AdminRead, and AdminReadWrite.
isActive Boolean Indicate if the requestor has any active role assignment for the access level.
isEligible Boolean Indicate if the requestor has any eligible role assignment for the access level.

JSON representation

The following JSON representation shows the resource type.

{
  "accessLevel": "String",
  "isActive": true,
  "isEligible": true
}