ServerSecurityAlertPolicy.DisabledAlerts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration, Unsafe_Action
[Newtonsoft.Json.JsonProperty(PropertyName="properties.disabledAlerts")]
public System.Collections.Generic.IList<string> DisabledAlerts { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.disabledAlerts")>]
member this.DisabledAlerts : System.Collections.Generic.IList<string> with get, set
Public Property DisabledAlerts As IList(Of String)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute