Skip to content

Latest commit

 

History

History
49 lines (42 loc) · 1.84 KB

File metadata and controls

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

unifiedRoleManagementPolicyApprovalRule resource type

Namespace: microsoft.graph

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

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 JSON representation shows the resource type.

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