Compartir a través de


AccessControl.IpAllowList Propiedad

Definición

Obtiene o establece la lista de direcciones IP permitidas para el control de acceso en Entrega de claves. Si la acción predeterminada se establece en "Permitir", la lista de direcciones IP permitidas debe estar vacía.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a