You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Represents a resource name availability."
2039
+
},
2040
+
"SecurityAlertPolicyProperties": {
2041
+
"description": "Properties of a security alert policy.",
2042
+
"required": [
2043
+
"state"
2044
+
],
2045
+
"type": "object",
2046
+
"properties": {
2047
+
"state": {
2048
+
"description": "Specifies the state of the policy, whether it is enabled or disabled.",
2049
+
"enum": [
2050
+
"Enabled",
2051
+
"Disabled"
2052
+
],
2053
+
"type": "string",
2054
+
"x-ms-enum": {
2055
+
"name": "ServerSecurityAlertPolicyState",
2056
+
"modelAsString": false
2057
+
}
2058
+
},
2059
+
"disabledAlerts": {
2060
+
"description": "Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly",
2061
+
"type": "array",
2062
+
"items": {
2063
+
"type": "string"
2064
+
}
2065
+
},
2066
+
"emailAddresses": {
2067
+
"description": "Specifies an array of e-mail addresses to which the alert is sent.",
2068
+
"type": "array",
2069
+
"items": {
2070
+
"type": "string"
2071
+
}
2072
+
},
2073
+
"emailAccountAdmins": {
2074
+
"description": "Specifies that the alert is sent to the account administrators.",
2075
+
"type": "boolean"
2076
+
},
2077
+
"storageEndpoint": {
2078
+
"description": "Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). This blob storage will hold all Threat Detection audit logs.",
2079
+
"type": "string"
2080
+
},
2081
+
"storageAccountAccessKey": {
2082
+
"description": "Specifies the identifier key of the Threat Detection audit storage account.",
2083
+
"type": "string"
2084
+
},
2085
+
"retentionDays": {
2086
+
"format": "int32",
2087
+
"description": "Specifies the number of days to keep in the Threat Detection audit logs.",
0 commit comments