Share via


AllowlistCustomAlertRule.AllowlistValues Property

Definition

Gets or sets the values to allow. The format of the values depends on the rule type.

[Newtonsoft.Json.JsonProperty(PropertyName="allowlistValues")]
public System.Collections.Generic.IList<string> AllowlistValues { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allowlistValues")>]
member this.AllowlistValues : System.Collections.Generic.IList<string> with get, set
Public Property AllowlistValues As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to