configure_admin_alerts
Set up email notifications to monitor Global Administrator role activations in Microsoft 365 environments for security compliance monitoring.
Instructions
Configure alerts for Global Administrator activation (MS.AAD.7.8v1)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
notificationEmails | Yes | Email addresses to notify on role activation |
Input Schema (JSON Schema)
{
"properties": {
"notificationEmails": {
"description": "Email addresses to notify on role activation",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"notificationEmails"
],
"type": "object"
}