Skip to main content

Class AuthMethodEntry

Namespace: Consul
Assembly: Consul.dll

AuthMethodEntry is used to represent an ACL Auth Method entry

public class AuthMethodEntry

Inheritance

objectAuthMethodEntry

Inherited Members

object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

Properties

Config

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public Dictionary<string, object> Config { get; set; }

Property Value

Dictionary <string , object >

Description

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Description { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string