Skip to main content

Class ServiceIntentionsEntry

Namespace: Consul
Assembly: Consul.dll

Configures control access between services in the service mesh.

public class ServiceIntentionsEntry : IConfigurationEntry

Inheritance

objectServiceIntentionsEntry

Implements

IConfigurationEntry

Inherited Members

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

Properties

JWT

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

Property Value

Dictionary <string , object >

Kind

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

Property Value

string

Meta

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

Property Value

Dictionary <string , string >

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

Providers

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

Property Value

List <Provider >

  • Properties
    • JWT
    • Kind
    • Meta
    • Name
    • Namespace
    • Partition
    • Providers