BOD-25-01-CSA-Microsoft-Policy-MCP

configure_role_alerts

Configure alerts for privileged role assignments (MS.AAD.7.7v1)

Input Schema

NameRequiredDescriptionDefault
notificationEmailsYesEmail addresses to notify on role assignments

Input Schema (JSON Schema)

{ "properties": { "notificationEmails": { "description": "Email addresses to notify on role assignments", "items": { "type": "string" }, "type": "array" } }, "required": [ "notificationEmails" ], "type": "object" }