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.

Inherits from entity.

Methods

Method Return type Description
List unifiedRoleManagementPolicyRules unifiedRoleManagementPolicyRule collection Get a list of the unifiedRoleManagementPolicyRule objects and their properties.
Get unifiedRoleManagementPolicyRule unifiedRoleManagementPolicyRule Read the properties and relationships of an unifiedRoleManagementPolicyRule object.
Update unifiedRoleManagementPolicyRule 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"
  }
}