Share via


SqlDatabaseSecurityAlertPolicy.DisabledAlerts Property

Definition

Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration, Unsafe_Action, Brute_Force.

public Azure.Provisioning.BicepList<string> DisabledAlerts { get; set; }
member this.DisabledAlerts : Azure.Provisioning.BicepList<string> with get, set
Public Property DisabledAlerts As BicepList(Of String)

Property Value

Applies to