Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 is deprecated and will stop returning data on October 28, 2026. Use the new Azure REST PIM API for Azure resource roles.
Represents a group of functionalities provided by the Privileged Identity Management (PIM) iteration 2 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.
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",
}