Network Security v1beta1 API - Class AuthorizationPolicy.Types.Rule.Types.Destination.Types.HttpHeaderMatch (2.0.0-beta06)

public sealed class AuthorizationPolicy.Types.Rule.Types.Destination.Types.HttpHeaderMatch : IMessage<AuthorizationPolicy.Types.Rule.Types.Destination.Types.HttpHeaderMatch>, IEquatable<AuthorizationPolicy.Types.Rule.Types.Destination.Types.HttpHeaderMatch>, IDeepCloneable<AuthorizationPolicy.Types.Rule.Types.Destination.Types.HttpHeaderMatch>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Security v1beta1 API class AuthorizationPolicy.Types.Rule.Types.Destination.Types.HttpHeaderMatch.

Specification of HTTP header match attributes.

Inheritance

object > AuthorizationPolicy.Types.Rule.Types.Destination.Types.HttpHeaderMatch

Namespace

Google.Cloud.NetworkSecurity.V1Beta1

Assembly

Google.Cloud.NetworkSecurity.V1Beta1.dll

Constructors

HttpHeaderMatch()

public HttpHeaderMatch()

HttpHeaderMatch(HttpHeaderMatch)

public HttpHeaderMatch(AuthorizationPolicy.Types.Rule.Types.Destination.Types.HttpHeaderMatch other)
Parameter
Name Description
other AuthorizationPolicyTypesRuleTypesDestinationTypesHttpHeaderMatch

Properties

HasRegexMatch

public bool HasRegexMatch { get; }

Gets whether the "regex_match" field is set

Property Value
Type Description
bool

HeaderName

public string HeaderName { get; set; }

Required. The name of the HTTP header to match. For matching against the HTTP request's authority, use a headerMatch with the header name ":authority". For matching a request's method, use the headerName ":method".

Property Value
Type Description
string

RegexMatch

public string RegexMatch { get; set; }

Required. The value of the header must match the regular expression specified in regexMatch. For regular expression grammar, please see: en.cppreference.com/w/cpp/regex/ecmascript For matching against a port specified in the HTTP request, use a headerMatch with headerName set to Host and a regular expression that satisfies the RFC2616 Host header's port specifier.

Property Value
Type Description
string

TypeCase

public AuthorizationPolicy.Types.Rule.Types.Destination.Types.HttpHeaderMatch.TypeOneofCase TypeCase { get; }
Property Value
Type Description
AuthorizationPolicyTypesRuleTypesDestinationTypesHttpHeaderMatchTypeOneofCase