Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Graph rule ID associated with activation role setting #2 (identity-governance-pim-rules-overview.md) #9381

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion concepts/identity-governance-pim-rules-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The following image shows the activation role settings on the Microsoft Entra ad
| Number | Microsoft Entra admin center UX Description | Microsoft Graph rule ID / Derived resource type | Enforced for caller |
|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|----------------------|
| 1 | Activation maximum duration (hours) | `Expiration_EndUser_Assignment` / unifiedRoleManagementPolicyExpirationRule | End user |
| 2 | On activation, require: None, Azure MFA <br/><br/>Require ticket information on activation<br/><br/>Require justification on activation | `Enablement_Admin_Eligibility` / unifiedRoleManagementPolicyEnablementRule | Admin |
| 2 | On activation, require: None, Azure MFA <br/><br/>Require ticket information on activation<br/><br/>Require justification on activation | `Enablement_EndUser_Assignment` / unifiedRoleManagementPolicyEnablementRule | End User |
| 3 | On activation, require: Microsoft Entra Conditional Access authentication context (Preview) | `AuthenticationContext_EndUser_Assignment` / unifiedRoleManagementPolicyAuthenticationContextRule | End user |
| 4 | Require approval to activate | `Approval_EndUser_Assignment` / unifiedRoleManagementPolicyApprovalRule | End user |

Expand Down