Skip to main content

Class Provider

Namespace: Consul
Assembly: Consul.dll

public class Provider

Inheritance

objectProvider

Inherited Members

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

Properties

Action

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

Property Value

string

HTTP

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

Property Value

Dictionary <string , object >

Name

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

Property Value

string

Namespace

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

Property Value

string

Partition

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

Property Value

string

Peer

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

Property Value

string

Permissions

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public List<string> Permissions { get; set; }

Property Value

List <string >

SamenessGroup

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

Property Value

string

Sources

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public List<string> Sources { get; set; }

Property Value

List <string >

VerifyClaims

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public List<VerifyClaim> VerifyClaims { get; set; }

Property Value

List <VerifyClaim >

  • Properties
    • Action
    • HTTP
    • Name
    • Namespace
    • Partition
    • Peer
    • Permissions
    • SamenessGroup
    • Sources
    • VerifyClaims