Skip to content

Commit 1c7b14b

Browse files
feat(beyondcorp): update the api
#### beyondcorp:v1 The following keys were added: - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1Application.properties.schema.type (Total Keys: 1) - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstream.properties.external.$ref (Total Keys: 1) - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstream.properties.proxyProtocol.$ref (Total Keys: 1) - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamExternal (Total Keys: 4) - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeaders (Total Keys: 15) - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1Endpoint (Total Keys: 5) - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1ProxyProtocolConfig (Total Keys: 9) - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway.properties.proxyProtocolConfig.$ref (Total Keys: 1) - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway.properties.serviceDiscovery.$ref (Total Keys: 1) - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscovery (Total Keys: 9) #### beyondcorp:v1alpha The following keys were added: - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication.properties.schema.type (Total Keys: 1) - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplicationUpstream.properties.external.$ref (Total Keys: 1) - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplicationUpstream.properties.proxyProtocol.$ref (Total Keys: 1) - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplicationUpstreamExternal (Total Keys: 4) - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders (Total Keys: 15) - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaEndpoint (Total Keys: 5) - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig (Total Keys: 9) - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway.properties.proxyProtocolConfig.$ref (Total Keys: 1) - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway.properties.serviceDiscovery.$ref (Total Keys: 1) - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscovery (Total Keys: 9)
1 parent 9442d50 commit 1c7b14b

6 files changed

+978
-22
lines changed

docs/dyn/beyondcorp_v1.projects.locations.securityGateways.applications.html

Lines changed: 132 additions & 8 deletions
Large diffs are not rendered by default.

docs/dyn/beyondcorp_v1.projects.locations.securityGateways.html

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,35 @@ <h3>Method Details</h3>
141141
},
142142
},
143143
&quot;name&quot;: &quot;A String&quot;, # Identifier. Name of the resource.
144+
&quot;proxyProtocolConfig&quot;: { # The configuration for the proxy. # Optional. Shared proxy configuration for all apps.
145+
&quot;allowedClientHeaders&quot;: [ # Optional. List of the allowed client header names.
146+
&quot;A String&quot;,
147+
],
148+
&quot;clientIp&quot;: True or False, # Optional. Client IP configuration. The client IP address is included if true.
149+
&quot;contextualHeaders&quot;: { # Contextual headers configuration. # Optional. Configuration for the contextual headers.
150+
&quot;deviceInfo&quot;: { # Delegated device info configuration. # Optional. Device info configuration.
151+
&quot;outputType&quot;: &quot;A String&quot;, # Optional. The output type of the delegated device info.
152+
},
153+
&quot;groupInfo&quot;: { # Delegated group info configuration. # Optional. Group info configuration.
154+
&quot;outputType&quot;: &quot;A String&quot;, # Optional. The output type of the delegated group info.
155+
},
156+
&quot;outputType&quot;: &quot;A String&quot;, # Optional. Default output type for all enabled headers.
157+
&quot;userInfo&quot;: { # Delegated user info configuration. # Optional. User info configuration.
158+
&quot;outputType&quot;: &quot;A String&quot;, # Optional. The output type of the delegated user info.
159+
},
160+
},
161+
&quot;gatewayIdentity&quot;: &quot;A String&quot;, # Optional. Gateway identity configuration.
162+
&quot;metadataHeaders&quot;: { # Optional. Custom resource specific headers along with the values. The names should conform to RFC 9110: &gt; Field names SHOULD constrain themselves to alphanumeric characters, &quot;-&quot;, and &quot;.&quot;, and SHOULD begin with a letter. Field values SHOULD contain only ASCII printable characters and tab.
163+
&quot;a_key&quot;: &quot;A String&quot;,
164+
},
165+
},
166+
&quot;serviceDiscovery&quot;: { # Settings related to the Service Discovery. # Optional. Settings related to the Service Discovery.
167+
&quot;apiGateway&quot;: { # If Service Discovery is done through API, defines its settings. # Required. External API configuration.
168+
&quot;resourceOverride&quot;: { # API operation descriptor. # Required. Enables fetching resource model updates to alter service behavior per Chrome profile.
169+
&quot;path&quot;: &quot;A String&quot;, # Required. Contains uri path fragment where HTTP request is sent.
170+
},
171+
},
172+
},
144173
&quot;state&quot;: &quot;A String&quot;, # Output only. The operational state of the SecurityGateway.
145174
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the resource was last modified.
146175
}
@@ -244,6 +273,35 @@ <h3>Method Details</h3>
244273
},
245274
},
246275
&quot;name&quot;: &quot;A String&quot;, # Identifier. Name of the resource.
276+
&quot;proxyProtocolConfig&quot;: { # The configuration for the proxy. # Optional. Shared proxy configuration for all apps.
277+
&quot;allowedClientHeaders&quot;: [ # Optional. List of the allowed client header names.
278+
&quot;A String&quot;,
279+
],
280+
&quot;clientIp&quot;: True or False, # Optional. Client IP configuration. The client IP address is included if true.
281+
&quot;contextualHeaders&quot;: { # Contextual headers configuration. # Optional. Configuration for the contextual headers.
282+
&quot;deviceInfo&quot;: { # Delegated device info configuration. # Optional. Device info configuration.
283+
&quot;outputType&quot;: &quot;A String&quot;, # Optional. The output type of the delegated device info.
284+
},
285+
&quot;groupInfo&quot;: { # Delegated group info configuration. # Optional. Group info configuration.
286+
&quot;outputType&quot;: &quot;A String&quot;, # Optional. The output type of the delegated group info.
287+
},
288+
&quot;outputType&quot;: &quot;A String&quot;, # Optional. Default output type for all enabled headers.
289+
&quot;userInfo&quot;: { # Delegated user info configuration. # Optional. User info configuration.
290+
&quot;outputType&quot;: &quot;A String&quot;, # Optional. The output type of the delegated user info.
291+
},
292+
},
293+
&quot;gatewayIdentity&quot;: &quot;A String&quot;, # Optional. Gateway identity configuration.
294+
&quot;metadataHeaders&quot;: { # Optional. Custom resource specific headers along with the values. The names should conform to RFC 9110: &gt; Field names SHOULD constrain themselves to alphanumeric characters, &quot;-&quot;, and &quot;.&quot;, and SHOULD begin with a letter. Field values SHOULD contain only ASCII printable characters and tab.
295+
&quot;a_key&quot;: &quot;A String&quot;,
296+
},
297+
},
298+
&quot;serviceDiscovery&quot;: { # Settings related to the Service Discovery. # Optional. Settings related to the Service Discovery.
299+
&quot;apiGateway&quot;: { # If Service Discovery is done through API, defines its settings. # Required. External API configuration.
300+
&quot;resourceOverride&quot;: { # API operation descriptor. # Required. Enables fetching resource model updates to alter service behavior per Chrome profile.
301+
&quot;path&quot;: &quot;A String&quot;, # Required. Contains uri path fragment where HTTP request is sent.
302+
},
303+
},
304+
},
247305
&quot;state&quot;: &quot;A String&quot;, # Output only. The operational state of the SecurityGateway.
248306
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the resource was last modified.
249307
}</pre>
@@ -335,6 +393,35 @@ <h3>Method Details</h3>
335393
},
336394
},
337395
&quot;name&quot;: &quot;A String&quot;, # Identifier. Name of the resource.
396+
&quot;proxyProtocolConfig&quot;: { # The configuration for the proxy. # Optional. Shared proxy configuration for all apps.
397+
&quot;allowedClientHeaders&quot;: [ # Optional. List of the allowed client header names.
398+
&quot;A String&quot;,
399+
],
400+
&quot;clientIp&quot;: True or False, # Optional. Client IP configuration. The client IP address is included if true.
401+
&quot;contextualHeaders&quot;: { # Contextual headers configuration. # Optional. Configuration for the contextual headers.
402+
&quot;deviceInfo&quot;: { # Delegated device info configuration. # Optional. Device info configuration.
403+
&quot;outputType&quot;: &quot;A String&quot;, # Optional. The output type of the delegated device info.
404+
},
405+
&quot;groupInfo&quot;: { # Delegated group info configuration. # Optional. Group info configuration.
406+
&quot;outputType&quot;: &quot;A String&quot;, # Optional. The output type of the delegated group info.
407+
},
408+
&quot;outputType&quot;: &quot;A String&quot;, # Optional. Default output type for all enabled headers.
409+
&quot;userInfo&quot;: { # Delegated user info configuration. # Optional. User info configuration.
410+
&quot;outputType&quot;: &quot;A String&quot;, # Optional. The output type of the delegated user info.
411+
},
412+
},
413+
&quot;gatewayIdentity&quot;: &quot;A String&quot;, # Optional. Gateway identity configuration.
414+
&quot;metadataHeaders&quot;: { # Optional. Custom resource specific headers along with the values. The names should conform to RFC 9110: &gt; Field names SHOULD constrain themselves to alphanumeric characters, &quot;-&quot;, and &quot;.&quot;, and SHOULD begin with a letter. Field values SHOULD contain only ASCII printable characters and tab.
415+
&quot;a_key&quot;: &quot;A String&quot;,
416+
},
417+
},
418+
&quot;serviceDiscovery&quot;: { # Settings related to the Service Discovery. # Optional. Settings related to the Service Discovery.
419+
&quot;apiGateway&quot;: { # If Service Discovery is done through API, defines its settings. # Required. External API configuration.
420+
&quot;resourceOverride&quot;: { # API operation descriptor. # Required. Enables fetching resource model updates to alter service behavior per Chrome profile.
421+
&quot;path&quot;: &quot;A String&quot;, # Required. Contains uri path fragment where HTTP request is sent.
422+
},
423+
},
424+
},
338425
&quot;state&quot;: &quot;A String&quot;, # Output only. The operational state of the SecurityGateway.
339426
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the resource was last modified.
340427
},
@@ -385,6 +472,35 @@ <h3>Method Details</h3>
385472
},
386473
},
387474
&quot;name&quot;: &quot;A String&quot;, # Identifier. Name of the resource.
475+
&quot;proxyProtocolConfig&quot;: { # The configuration for the proxy. # Optional. Shared proxy configuration for all apps.
476+
&quot;allowedClientHeaders&quot;: [ # Optional. List of the allowed client header names.
477+
&quot;A String&quot;,
478+
],
479+
&quot;clientIp&quot;: True or False, # Optional. Client IP configuration. The client IP address is included if true.
480+
&quot;contextualHeaders&quot;: { # Contextual headers configuration. # Optional. Configuration for the contextual headers.
481+
&quot;deviceInfo&quot;: { # Delegated device info configuration. # Optional. Device info configuration.
482+
&quot;outputType&quot;: &quot;A String&quot;, # Optional. The output type of the delegated device info.
483+
},
484+
&quot;groupInfo&quot;: { # Delegated group info configuration. # Optional. Group info configuration.
485+
&quot;outputType&quot;: &quot;A String&quot;, # Optional. The output type of the delegated group info.
486+
},
487+
&quot;outputType&quot;: &quot;A String&quot;, # Optional. Default output type for all enabled headers.
488+
&quot;userInfo&quot;: { # Delegated user info configuration. # Optional. User info configuration.
489+
&quot;outputType&quot;: &quot;A String&quot;, # Optional. The output type of the delegated user info.
490+
},
491+
},
492+
&quot;gatewayIdentity&quot;: &quot;A String&quot;, # Optional. Gateway identity configuration.
493+
&quot;metadataHeaders&quot;: { # Optional. Custom resource specific headers along with the values. The names should conform to RFC 9110: &gt; Field names SHOULD constrain themselves to alphanumeric characters, &quot;-&quot;, and &quot;.&quot;, and SHOULD begin with a letter. Field values SHOULD contain only ASCII printable characters and tab.
494+
&quot;a_key&quot;: &quot;A String&quot;,
495+
},
496+
},
497+
&quot;serviceDiscovery&quot;: { # Settings related to the Service Discovery. # Optional. Settings related to the Service Discovery.
498+
&quot;apiGateway&quot;: { # If Service Discovery is done through API, defines its settings. # Required. External API configuration.
499+
&quot;resourceOverride&quot;: { # API operation descriptor. # Required. Enables fetching resource model updates to alter service behavior per Chrome profile.
500+
&quot;path&quot;: &quot;A String&quot;, # Required. Contains uri path fragment where HTTP request is sent.
501+
},
502+
},
503+
},
388504
&quot;state&quot;: &quot;A String&quot;, # Output only. The operational state of the SecurityGateway.
389505
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the resource was last modified.
390506
}

0 commit comments

Comments
 (0)