| title | unifiedRoleManagementPolicyEnablementRule resource type |
|---|---|
| description | A type derived from the unifiedRoleManagementPolicyRule resource type that defines the rules to enable the assignment, for example, enable MFA, justification on assignments or ticketing information. |
| 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 the rules to enable the assignment, for example, enable MFA, justification on assignments or ticketing information.
None.
| Property | Type | Description |
|---|---|---|
| enabledRules | String collection | The collection of rules that are enabled for this policy rule. For example, MultiFactorAuthentication, Ticketing, and Justification. |
| id | String | Identifier for the rule. Inherited from entity. |
| target | unifiedRoleManagementPolicyRuleTarget | Defines details of the scope that's targeted by the enablement 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.unifiedRoleManagementPolicyEnablementRule",
"id": "String (identifier)",
"target": {
"@odata.type": "microsoft.graph.unifiedRoleManagementPolicyRuleTarget"
},
"enabledRules": [
"String"
]
}