configure_role_alerts
Set up email notifications to monitor and receive alerts for privileged role assignments in Microsoft 365 environments, helping maintain security compliance with BOD 25-01 requirements.
Instructions
Configure alerts for privileged role assignments (MS.AAD.7.7v1)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notificationEmails | Yes | Email 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"
}