Edit

governanceRoleAssignmentRequestStatus 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 is deprecated and will stop returning data on October 28, 2026. Use the new Azure REST PIM API for Azure resource roles.

Represents the status of the governanceRoleAssignmentRequest.

Properties

Property Type Description
status String The status of the role assignment request. The value can be InProgress or Closed.
subStatus String The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted.
statusDetails keyValue collection The details of the status of the role assignment request. It represents the evaluation results of different rules.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "status": "String",
  "subStatus": "String",
  "statusDetails": [{"@odata.type": "microsoft.graph.keyValue"}],
}