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()
Constructors
AuthMethodEntry()
public AuthMethodEntry()
AuthMethodEntry(string, string, Dictionary<string, string>)
public AuthMethodEntry(string name, string type, Dictionary<string, string> config)
Parameters
name
string
type
string
config
Dictionary <string , string >
AuthMethodEntry(string, string, string, Dictionary<string, string>)
public AuthMethodEntry(string name, string type, string description, Dictionary<string, string> config)
Parameters
name
string
type
string
description
string
config
Dictionary <string , string >
Properties
Config
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public Dictionary<string, string> Config { get; set; }
Property Value
Dictionary <string , string >
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; }
Property Value
Methods
ShouldSerializeCreateIndex()
public bool ShouldSerializeCreateIndex()
Returns
ShouldSerializeModifyIndex()
public bool ShouldSerializeModifyIndex()