unifiedRoleManagementPolicyRule resource type
Namespace: microsoft.graph
An abstract type that defines the rules or settings associated with role management policies. This abstract type is inherited by the following resources that define the various types of rules and their settings associated with role management policies.
- unifiedRoleManagementPolicyApprovalRule
- unifiedRoleManagementPolicyAuthenticationContextRule
- unifiedRoleManagementPolicyEnablementRule
- unifiedRoleManagementPolicyExpirationRule
- unifiedRoleManagementPolicyNotificationRule
Inherits from entity.
Methods
Method | Return type | Description |
---|---|---|
List | unifiedRoleManagementPolicyRule collection | Get a list of the unifiedRoleManagementPolicyRule objects and their properties. |
Get | unifiedRoleManagementPolicyRule | Read the properties and relationships of an unifiedRoleManagementPolicyRule object. |
Update | unifiedRoleManagementPolicyRule | Update the properties of an unifiedRoleManagementPolicyRule object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Identifier for the rule. Inherited from entity. Read-only. |
target | unifiedRoleManagementPolicyRuleTarget | Defines details of scope that's targeted by role management policy rule. The details can include the principal type, the role assignment type, and actions affecting a role. Supports $filter (eq , ne ). |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.unifiedRoleManagementPolicyRule",
"id": "String (identifier)",
"target": {
"@odata.type": "microsoft.graph.unifiedRoleManagementPolicyRuleTarget"
}
}