Microsoft Defender for Cloudを使用するAzureサブスクリプションがあり、その中にUser1という名前のユーザーが存在します。 User1がMicrosoft Defender for Cloudのセキュリティポリシーを変更できるようにする必要があります。このソリューションは、最小権限の原則に基づいている必要があります。 User1にはどの役割を割り当てるべきですか?
正解:B
In Microsoft Defender for Cloud's role-based access model, specific Azure built-in roles define what users can view and configure: * Security Rea der: View-only access to Defender for Cloud recommendations and alerts. * Security Operator: Can view and dismiss alerts but cannot modify security policies. * Security Admin: Can view everything a reader can and additionally edit security policies , manage recommendations, and configure settings across Defender for Cloud. * Owner/Contributor: Have broader Azure resource management rights, exceeding what's required to manage Defender for Cloud policies-violating the principle of least privilege. The principle o f least privilege dictates assigning the narrowest role that allows performing the required tasks. In this case, the Security Admin role is explicitly documented by Microsoft as granting permission to modify security policies and settings in Defender for C loud, without granting full subscription ownership rights. Therefore, to allow User1 to modify Defender for Cloud security policies while maintaining least privilege: # Assign the Security Admin role.