Skip to main content

Class IntentionHTTPPermission

Namespace: Consul
Assembly: Consul.dll

public class IntentionHTTPPermission

Inheritance

objectIntentionHTTPPermission

Inherited Members

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

Properties

Header

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

Property Value

List <IntentionHTTPHeaderPermission >

Methods

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

Property Value

List <string >

PathExact

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

Property Value

string

PathPrefix

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

Property Value

string

PathRegex

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

Property Value

string

  • Properties
    • Header
    • Methods
    • PathExact
    • PathPrefix
    • PathRegex