Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 1.84 KB

unifiedrolemanagementpolicyapprovalrule.md

File metadata and controls

52 lines (43 loc) · 1.84 KB
title description author ms.localizationpriority ms.subservice doc_type
unifiedRoleManagementPolicyApprovalRule resource type
A type derived from the unifiedRoleManagementPolicyRule resource type that defines rules for approving a role assignment.
rkarim-ms
medium
entra-id-governance
resourcePageType

unifiedRoleManagementPolicyApprovalRule resource type

Namespace: microsoft.graph

A type derived from the unifiedRoleManagementPolicyRule resource type that defines rules for approving a role assignment.

Methods

None.

Properties

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).

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.unifiedRoleManagementPolicyApprovalRule",
  "id": "String (identifier)",
  "target": {
    "@odata.type": "microsoft.graph.unifiedRoleManagementPolicyRuleTarget"
  },
  "setting": {
    "@odata.type": "microsoft.graph.approvalSettings"
  }
}