GetServerThreatDetectionPolicy

data class GetServerThreatDetectionPolicy(val disabledAlerts: List<String>, val emailAccountAdmins: Boolean, val emailAddresses: List<String>, val enabled: Boolean, val retentionDays: Int, val storageAccountAccessKey: String, val storageEndpoint: String)

Constructors

Link copied to clipboard
constructor(disabledAlerts: List<String>, emailAccountAdmins: Boolean, emailAddresses: List<String>, enabled: Boolean, retentionDays: Int, storageAccountAccessKey: String, storageEndpoint: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies a list of alerts which should be disabled. Possible values include Access_Anomaly, Sql_Injection and Sql_Injection_Vulnerability.

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

Is the policy enabled?

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.