@maxim_mazurok/gapi.client.beyondcorp-v1 0.0.20250630 → 0.0.20250716
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +19 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://beyondcorp.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250716
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -463,6 +463,22 @@ declare namespace gapi.client {
|
|
|
463
463
|
name?: string;
|
|
464
464
|
/** Output only. Timestamp when the resource was last modified. */
|
|
465
465
|
updateTime?: string;
|
|
466
|
+
/** Optional. Which upstream resources to forward traffic to. */
|
|
467
|
+
upstreams?: GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstream[];
|
|
468
|
+
}
|
|
469
|
+
interface GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstream {
|
|
470
|
+
/** Optional. Routing policy information. */
|
|
471
|
+
egressPolicy?: GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy;
|
|
472
|
+
/** Network to forward traffic to. */
|
|
473
|
+
network?: GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamNetwork;
|
|
474
|
+
}
|
|
475
|
+
interface GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamNetwork {
|
|
476
|
+
/** Required. Network name is of the format: `projects/{project}/global/networks/{network} */
|
|
477
|
+
name?: string;
|
|
478
|
+
}
|
|
479
|
+
interface GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy {
|
|
480
|
+
/** Required. List of the regions where the application sends traffic. */
|
|
481
|
+
regions?: string[];
|
|
466
482
|
}
|
|
467
483
|
interface GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher {
|
|
468
484
|
/** Required. Hostname of the application. */
|
|
@@ -497,6 +513,8 @@ declare namespace gapi.client {
|
|
|
497
513
|
interface GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway {
|
|
498
514
|
/** Output only. Timestamp when the resource was created. */
|
|
499
515
|
createTime?: string;
|
|
516
|
+
/** Output only. Service account used for operations that involve resources in consumer projects. */
|
|
517
|
+
delegatingServiceAccount?: string;
|
|
500
518
|
/** Optional. An arbitrary user-provided name for the SecurityGateway. Cannot exceed 64 characters. */
|
|
501
519
|
displayName?: string;
|
|
502
520
|
/** Output only. IP addresses that will be used for establishing connection to the endpoints. */
|