unifiedRoleManagementPolicyRule resource type
Namespace: microsoft.graph
An abstract type that defines the rules 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 rules | unifiedRoleManagementPolicyRule collection | Get a list of the unifiedRoleManagementPolicyRule objects and their properties. |
Get rule | unifiedRoleManagementPolicyRule | Read the properties and relationships of an unifiedRoleManagementPolicyRule object. |
Update rule | 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 | Not implemented. 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"
}
}