Class GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig
The configuration for the proxy.
Implements
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig : 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 GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders ContextualHeaders { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders |
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: >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> |