Server Threat Detection Policy Args
data class ServerThreatDetectionPolicyArgs(val disabledAlerts: Output<List<String>>? = null, val emailAccountAdmins: Output<Boolean>? = null, val emailAddresses: Output<List<String>>? = null, val enabled: Output<Boolean>? = null, val retentionDays: Output<Int>? = null, val storageAccountAccessKey: Output<String>? = null, val storageEndpoint: Output<String>? = null) : ConvertibleToJava<ServerThreatDetectionPolicyArgs>
Constructors
Link copied to clipboard
constructor(disabledAlerts: Output<List<String>>? = null, emailAccountAdmins: Output<Boolean>? = null, emailAddresses: Output<List<String>>? = null, enabled: Output<Boolean>? = null, retentionDays: Output<Int>? = null, storageAccountAccessKey: Output<String>? = null, storageEndpoint: Output<String>? = null)
Properties
Link copied to clipboard
Specifies a list of alerts which should be disabled. Possible values are Sql_Injection
, Sql_Injection_Vulnerability
, Access_Anomaly
, Data_Exfiltration
and Unsafe_Action
.
Link copied to clipboard
Should the account administrators be emailed when this alert is triggered?
Link copied to clipboard
A list of email addresses which alerts should be sent to.
Link copied to clipboard
Specifies the number of days to keep in the Threat Detection audit logs.
Link copied to clipboard
Specifies the identifier key of the Threat Detection audit storage account.
Link copied to clipboard
Specifies the blob storage endpoint (e.g. https://example.blob.core.windows.net). This blob storage will hold all Threat Detection audit logs.