@maxim_mazurok/gapi.client.networksecurity-v1beta1 0.0.20240606 → 0.0.20240710
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 +7 -7
- 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://networksecurity.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240710
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -389,11 +389,11 @@ declare namespace gapi.client {
|
|
|
389
389
|
name?: string;
|
|
390
390
|
}
|
|
391
391
|
interface MTLSPolicy {
|
|
392
|
-
/** Required if the policy is to be used with Traffic Director. For
|
|
392
|
+
/** Required if the policy is to be used with Traffic Director. For Application Load Balancers it must be empty. Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate. */
|
|
393
393
|
clientValidationCa?: ValidationCA[];
|
|
394
|
-
/** When the client presents an invalid certificate or no certificate to the load balancer, the `client_validation_mode` specifies how the client connection is handled. Required if the policy is to be used with the
|
|
394
|
+
/** When the client presents an invalid certificate or no certificate to the load balancer, the `client_validation_mode` specifies how the client connection is handled. Required if the policy is to be used with the Application Load Balancers. For Traffic Director it must be empty. */
|
|
395
395
|
clientValidationMode?: string;
|
|
396
|
-
/** Reference to the TrustConfig from certificatemanager.googleapis.com namespace. If specified, the chain validation will be performed against certificates configured in the given TrustConfig. Allowed only if the policy is to be used with
|
|
396
|
+
/** Reference to the TrustConfig from certificatemanager.googleapis.com namespace. If specified, the chain validation will be performed against certificates configured in the given TrustConfig. Allowed only if the policy is to be used with Application Load Balancers. */
|
|
397
397
|
clientValidationTrustConfig?: string;
|
|
398
398
|
}
|
|
399
399
|
interface Operation {
|
|
@@ -471,7 +471,7 @@ declare namespace gapi.client {
|
|
|
471
471
|
updateTime?: string;
|
|
472
472
|
}
|
|
473
473
|
interface ServerTlsPolicy {
|
|
474
|
-
/** This field applies only for Traffic Director policies. It is must be set to false for
|
|
474
|
+
/** This field applies only for Traffic Director policies. It is must be set to false for Application Load Balancer policies. Determines if server allows plaintext connections. If set to true, server allows plain text connections. By default, it is set to false. This setting is not exclusive of other encryption modes. For example, if `allow_open` and `mtls_policy` are set, server allows both plain text and mTLS connections. See documentation of other encryption modes to confirm compatibility. Consider using it if you wish to upgrade in place your deployment to TLS while having mixed TLS and non-TLS traffic reaching port :80. */
|
|
475
475
|
allowOpen?: boolean;
|
|
476
476
|
/** Output only. The timestamp when the resource was created. */
|
|
477
477
|
createTime?: string;
|
|
@@ -479,11 +479,11 @@ declare namespace gapi.client {
|
|
|
479
479
|
description?: string;
|
|
480
480
|
/** Set of label tags associated with the resource. */
|
|
481
481
|
labels?: {[P in string]: string};
|
|
482
|
-
/** This field is required if the policy is used with
|
|
482
|
+
/** This field is required if the policy is used with Application Load Balancers. This field can be empty for Traffic Director. Defines a mechanism to provision peer validation certificates for peer to peer authentication (Mutual TLS - mTLS). If not specified, client certificate will not be requested. The connection is treated as TLS and not mTLS. If `allow_open` and `mtls_policy` are set, server allows both plain text and mTLS connections. */
|
|
483
483
|
mtlsPolicy?: MTLSPolicy;
|
|
484
484
|
/** Required. Name of the ServerTlsPolicy resource. It matches the pattern `projects/*/locations/{location}/serverTlsPolicies/{server_tls_policy}` */
|
|
485
485
|
name?: string;
|
|
486
|
-
/** Optional if policy is to be used with Traffic Director. For
|
|
486
|
+
/** Optional if policy is to be used with Traffic Director. For Application Load Balancers must be empty. Defines a mechanism to provision server identity (public and private keys). Cannot be combined with `allow_open` as a permissive mode that allows both plain text and TLS is not supported. */
|
|
487
487
|
serverCertificate?: GoogleCloudNetworksecurityV1beta1CertificateProvider;
|
|
488
488
|
/** Output only. The timestamp when the resource was updated. */
|
|
489
489
|
updateTime?: string;
|