User1 という名前のユーザーを含む Microsoft 365 サブスクリプションがあります。 User1 が Azure AD ロールのアクセスレビューを作成できるようにする必要があります。このソリューションでは、最小限の権限のプリンシパルを使用する必要があります。 User1 に割り当てるべきロールはどれですか?
正解:D
The question asks which role allows a user to create access reviews for Azure AD roles using the principle of least privilege. * Privileged Role Administrator can manage all role assignments and access reviews, but it has more privileges than needed. * Identity Governance Administrator manages entitlement management and access packages, not Azure AD roles directly. * User Administrator can manage users but not access reviews for roles. * # User Access Administrator is the correct least-privilege role, as it allows management of access reviews related to Azure AD roles and role-assignable groups. From Microsoft Documentation (SC-300 Exam Guide): "The User Access Administrator role allows management of access reviews and permissions for Azure AD roles and resources using the least-privileged approach."