Show / Hide Table of Contents

Class AuthzPolicyAuthzRuleToRequestOperationHeaderSet

Describes a set of HTTP headers to match against.

Inheritance
object
AuthzPolicyAuthzRuleToRequestOperationHeaderSet
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkSecurity.v1.Data
Assembly: Google.Apis.NetworkSecurity.v1.dll
Syntax
public class AuthzPolicyAuthzRuleToRequestOperationHeaderSet : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Headers

Required. A list of headers to match against in http header. The match can be one of exact, prefix, suffix, or contains (substring match). The match follows AND semantics which means all the headers must match. Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches.

Declaration
[JsonProperty("headers")]
public virtual IList<AuthzPolicyAuthzRuleHeaderMatch> Headers { get; set; }
Property Value
Type Description
IList<AuthzPolicyAuthzRuleHeaderMatch>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX