Get Database Security Alert Policy Result
data class GetDatabaseSecurityAlertPolicyResult(val creationTime: String, val disabledAlerts: List<String>? = null, val emailAccountAdmins: Boolean? = null, val emailAddresses: List<String>? = null, val id: String, val name: String, val retentionDays: Int? = null, val state: String, val storageAccountAccessKey: String? = null, val storageEndpoint: String? = null, val systemData: SystemDataResponse, val type: String)
A database security alert policy.
Constructors
Link copied to clipboard
constructor(creationTime: String, disabledAlerts: List<String>? = null, emailAccountAdmins: Boolean? = null, emailAddresses: List<String>? = null, id: String, name: String, retentionDays: Int? = null, state: String, storageAccountAccessKey: String? = null, storageEndpoint: String? = null, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
Specifies the UTC creation time of the policy.
Link copied to clipboard
Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration, Unsafe_Action, Brute_Force
Link copied to clipboard
Specifies that the alert is sent to the account administrators.
Link copied to clipboard
Specifies an array of e-mail addresses to which the alert is sent.
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://MyAccount.blob.core.windows.net). This blob storage will hold all Threat Detection audit logs.
Link copied to clipboard
SystemData of SecurityAlertPolicyResource.