An organization has a Microsoft Entra ID tenant. The tenant contains an administrative unit named NorthAmerica-AU. The NorthAmerica-AU administrative unit contains a security group named NA-Sales-Dynamic. The membership type of NA-Sales-Dynamic is Dynamic User, configured with the following rule:
(user.department -eq "Sales") -and (user.country -eq "United States")
An administrator named Admin1 is assigned the Groups Administrator role scoped to the NorthAmerica-AU administrative unit. Admin1 is tasked with updating the membership rule of NA-Sales-Dynamic to also include sales users from Canada. When Admin1 attempts to update and save the dynamic rule, the operation fails with an authorization error.
Which of the following is the reason why Admin1 is unable to modify the membership rule of the group?
- Admin1 is assigned the Groups Administrator role at the administrative unit scope, but modifying dynamic group membership rules requires tenant-level administrator privileges.Cevap
- BThe dynamic membership rule query syntax is invalid because Microsoft Entra ID does not support nested logical operations.
- CAdmin1 must be assigned the User Administrator role scoped to NorthAmerica-AU to manage dynamic groups containing user accounts.
- DAdmin1 must be assigned the Owner role on the Azure subscription associated with the tenant to modify directory-level dynamic configurations.