Skip to main content

Class ACLBindingRule

Namespace: Consul
Assembly: Consul.dll

public class ACLBindingRule

Inheritance

objectACLBindingRule

Derived

ACLBindingRuleResponse

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

string

BindName

public string BindName { get; set; }

Property Value

string

BindType

public string BindType { get; set; }

Property Value

string

BindVars

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public ACLTemplatedPolicyVariables BindVars { get; set; }

Property Value

ACLTemplatedPolicyVariables

Description

public string Description { get; set; }

Property Value

string

ID

public string ID { get; set; }

Property Value

string

Selector

public string Selector { get; set; }

Property Value

string

  • Properties
    • AuthMethod
    • BindName
    • BindType
    • BindVars
    • Description
    • ID
    • Selector