Sql Server Threat Detection Policy
data class SqlServerThreatDetectionPolicy(val disabledAlerts: List<String>? = null, val emailAccountAdmins: Boolean? = null, val emailAddresses: List<String>? = null, val retentionDays: Int? = null, val state: String? = null, val storageAccountAccessKey: String? = null, val storageEndpoint: String? = null)
Constructors
Types
Properties
Link copied to clipboard
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. Required if state
is Enabled
.