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

Represents a group of functionalities provided by the Privileged Identity Management (PIM) service. Different instances of privilegedAccess represent different providers managed by PIM; for example, privilegedAccess/azureResources represents PIM managing privileged access to Azure resources.

privilegedAccess is read-only for now. No POST, PUT, PATCH, or DELETE operations are supported on the privilegedAccess entity set.

Properties

Property Type Description
id String The id of the provider managed by PIM.
displayName String The display name of the provider managed by PIM.

Relationships

Relationship Type Description
resources governanceResource collection A collection of resources for the provider.
roleAssignments governanceRoleAssignment collection A collection of role assignments for the provider.
roleDefinitions governanceRoleDefinition collection A collection of role definitions for the provider.
roleAssignmentRequests governanceRoleAssignmentRequest collection A collection of role assignment requests for the provider.
roleSettings governanceRoleSetting collection A collection of role settings for the provider.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "String (identifier)",
  "displayName": "String",
}