@maxim_mazurok/gapi.client.networksecurity-v1 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=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240710
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -387,11 +387,11 @@ declare namespace gapi.client {
|
|
|
387
387
|
name?: string;
|
|
388
388
|
}
|
|
389
389
|
interface MTLSPolicy {
|
|
390
|
-
/** Required if the policy is to be used with Traffic Director. For
|
|
390
|
+
/** 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. */
|
|
391
391
|
clientValidationCa?: ValidationCA[];
|
|
392
|
-
/** 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
|
|
392
|
+
/** 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. */
|
|
393
393
|
clientValidationMode?: string;
|
|
394
|
-
/** 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
|
|
394
|
+
/** 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. */
|
|
395
395
|
clientValidationTrustConfig?: string;
|
|
396
396
|
}
|
|
397
397
|
interface Operation {
|
|
@@ -469,7 +469,7 @@ declare namespace gapi.client {
|
|
|
469
469
|
updateTime?: string;
|
|
470
470
|
}
|
|
471
471
|
interface ServerTlsPolicy {
|
|
472
|
-
/** This field applies only for Traffic Director policies. It is must be set to false for
|
|
472
|
+
/** 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. */
|
|
473
473
|
allowOpen?: boolean;
|
|
474
474
|
/** Output only. The timestamp when the resource was created. */
|
|
475
475
|
createTime?: string;
|
|
@@ -477,11 +477,11 @@ declare namespace gapi.client {
|
|
|
477
477
|
description?: string;
|
|
478
478
|
/** Set of label tags associated with the resource. */
|
|
479
479
|
labels?: {[P in string]: string};
|
|
480
|
-
/** This field is required if the policy is used with
|
|
480
|
+
/** 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. */
|
|
481
481
|
mtlsPolicy?: MTLSPolicy;
|
|
482
482
|
/** Required. Name of the ServerTlsPolicy resource. It matches the pattern `projects/*/locations/{location}/serverTlsPolicies/{server_tls_policy}` */
|
|
483
483
|
name?: string;
|
|
484
|
-
/** Optional if policy is to be used with Traffic Director. For
|
|
484
|
+
/** 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. */
|
|
485
485
|
serverCertificate?: GoogleCloudNetworksecurityV1CertificateProvider;
|
|
486
486
|
/** Output only. The timestamp when the resource was updated. */
|
|
487
487
|
updateTime?: string;
|