Class AuthorizationPolicy.Types.Rule.Types.Destination.Types.HttpHeaderMatch (1.0.0-beta02)

public sealed class 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

Specification of HTTP header match atrributes.

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(AuthorizationPolicy.Types.Rule.Types.Destination.Types.HttpHeaderMatch)

public HttpHeaderMatch(AuthorizationPolicy.Types.Rule.Types.Destination.Types.HttpHeaderMatch other)
Parameter
NameDescription
otherAuthorizationPolicy.Types.Rule.Types.Destination.Types.HttpHeaderMatch

Properties

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
TypeDescription
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
TypeDescription
String

TypeCase

public AuthorizationPolicy.Types.Rule.Types.Destination.Types.HttpHeaderMatch.TypeOneofCase TypeCase { get; }
Property Value
TypeDescription
AuthorizationPolicy.Types.Rule.Types.Destination.Types.HttpHeaderMatch.TypeOneofCase