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()

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

string

Name

public string Name { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string

Methods

ShouldSerializeCreateIndex()

public bool ShouldSerializeCreateIndex()

Returns

bool

ShouldSerializeModifyIndex()

public bool ShouldSerializeModifyIndex()

Returns

bool

  • Constructors
    • AuthMethodEntry()
    • AuthMethodEntry(string, string, Dictionary<string, string>)
    • AuthMethodEntry(string, string, string, Dictionary<string, string>)
  • Properties
    • Config
    • Description
    • Name
    • Type
  • Methods
    • ShouldSerializeCreateIndex()
    • ShouldSerializeModifyIndex()