Class AuthMethodEntry
Namespace: Consul
Assembly: Consul.dll
AuthMethodEntry is used to represent an ACL Auth Method entry
public class AuthMethodEntry
Inheritance
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
Name
public string Name { get; set; }
Property Value
Type
public string Type { get; set; }