| title | unifiedRoleManagementPolicyApprovalRule resource type |
|---|---|
| description | A type derived from the unifiedRoleManagementPolicyRule resource type that defines rules for approving a role assignment. |
| author | rkarim-ms |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
A type derived from the unifiedRoleManagementPolicyRule resource type that defines rules for approving a role assignment.
| Property | Type | Description |
|---|---|---|
| id | String | Identifier for the rule. Inherited from entity. |
| setting | approvalSettings | The settings for approval of the role assignment. |
| target | unifiedRoleManagementPolicyRuleTarget | Defines details of the scope that's targeted by the approval rule. The details can include the principal type, the role assignment type, and actions affecting a role. Inherited from unifiedRoleManagementPolicyRule. Supports $filter (eq, ne). |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.unifiedRoleManagementPolicyApprovalRule",
"id": "String (identifier)",
"target": {
"@odata.type": "microsoft.graph.unifiedRoleManagementPolicyRuleTarget"
},
"setting": {
"@odata.type": "microsoft.graph.approvalSettings"
}
}