Show / Hide Table of Contents

Class GoogleCloudBeyondcorpSecuritygatewaysV1ProxyProtocolConfig

The configuration for the proxy.

Inheritance
object
GoogleCloudBeyondcorpSecuritygatewaysV1ProxyProtocolConfig
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.BeyondCorp.v1.Data
Assembly: Google.Apis.BeyondCorp.v1.dll
Syntax
public class GoogleCloudBeyondcorpSecuritygatewaysV1ProxyProtocolConfig : IDirectResponseSchema

Properties

AllowedClientHeaders

Optional. List of the allowed client header names.

Declaration
[JsonProperty("allowedClientHeaders")]
public virtual IList<string> AllowedClientHeaders { get; set; }
Property Value
Type Description
IList<string>

ClientIp

Optional. Client IP configuration. The client IP address is included if true.

Declaration
[JsonProperty("clientIp")]
public virtual bool? ClientIp { get; set; }
Property Value
Type Description
bool?

ContextualHeaders

Optional. Configuration for the contextual headers.

Declaration
[JsonProperty("contextualHeaders")]
public virtual GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeaders ContextualHeaders { get; set; }
Property Value
Type Description
GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeaders

ETag

The ETag of the item.

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

GatewayIdentity

Optional. The security gateway identity configuration.

Declaration
[JsonProperty("gatewayIdentity")]
public virtual string GatewayIdentity { get; set; }
Property Value
Type Description
string

MetadataHeaders

Optional. Custom resource specific headers along with the values. The names should conform to RFC 9110: &gt;Field names can contain alphanumeric characters, hyphens, and periods, can contain only ASCII-printable characters and tabs, and must start with a letter.

Declaration
[JsonProperty("metadataHeaders")]
public virtual IDictionary<string, string> MetadataHeaders { get; set; }
Property Value
Type Description
IDictionary<string, string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX