JSON Template
{
"priorityAccountProtection": true,
"priorityAccounts": [
"CEO",
"CISO",
"CFO",
"IT Admin"
],
"alertPolicies": [
{
"name": "Malware Detection Alert",
"description": "Alert for detected malware in email messages.",
"severity": "High",
"category": "Threat management",
"activity": "Detected malware in an email message",
"mailDirection": "Inbound",
"recipientTags": [
"Priority account"
],
"enabled": true
},
{
"name": "Phishing Detection Alert",
"description": "Alert for phishing emails detected at time of delivery.",
"severity": "High",
"category": "Threat management",
"activity": "Phishing email detected at time of delivery",
"mailDirection": "Inbound",
"recipientTags": [
"Priority account"
],
"enabled": true
}
]
}
JSON Preview
JSON Schema
Property | Accepted Values |
---|---|
Loading schema properties... |