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.
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"}],
}