Get Server Security Alert Policy Result
data class GetServerSecurityAlertPolicyResult(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 type: String)
A server security alert policy.
Constructors
Link copied to clipboard
fun GetServerSecurityAlertPolicyResult(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, type: String)