Class ACLBindingRule
Namespace: Consul
Assembly: Consul.dll
public class ACLBindingRule
Inheritance
Derived
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
AuthMethod
public string AuthMethod { get; set; }
Property Value
BindName
public string BindName { get; set; }
Property Value
BindType
public string BindType { get; set; }
Property Value
BindVars
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public ACLTemplatedPolicyVariables BindVars { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
ID
public string ID { get; set; }
Property Value
Selector
public string Selector { get; set; }