@maxim_mazurok/gapi.client.privateca-v1 0.0.20240909 → 0.0.20240918
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 +4 -4
- 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://privateca.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240918
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -76,7 +76,7 @@ declare namespace gapi.client {
|
|
|
76
76
|
issuancePolicy?: IssuancePolicy;
|
|
77
77
|
/** Optional. Labels with user-defined metadata. */
|
|
78
78
|
labels?: {[P in string]: string};
|
|
79
|
-
/** Output only. The resource name for this CaPool in the format `projects/*/locations/*/caPools/*`. */
|
|
79
|
+
/** Output only. Identifier. The resource name for this CaPool in the format `projects/*/locations/*/caPools/*`. */
|
|
80
80
|
name?: string;
|
|
81
81
|
/** Optional. The PublishingOptions to follow when issuing Certificates from any CertificateAuthority in this CaPool. */
|
|
82
82
|
publishingOptions?: PublishingOptions;
|
|
@@ -1873,7 +1873,7 @@ declare namespace gapi.client {
|
|
|
1873
1873
|
fields?: string;
|
|
1874
1874
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1875
1875
|
key?: string;
|
|
1876
|
-
/** Output only. The resource name for this CaPool in the format `projects/*/locations/*/caPools/*`. */
|
|
1876
|
+
/** Output only. Identifier. The resource name for this CaPool in the format `projects/*/locations/*/caPools/*`. */
|
|
1877
1877
|
name: string;
|
|
1878
1878
|
/** OAuth 2.0 token for the current user. */
|
|
1879
1879
|
oauth_token?: string;
|
|
@@ -1906,7 +1906,7 @@ declare namespace gapi.client {
|
|
|
1906
1906
|
fields?: string;
|
|
1907
1907
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1908
1908
|
key?: string;
|
|
1909
|
-
/** Output only. The resource name for this CaPool in the format `projects/*/locations/*/caPools/*`. */
|
|
1909
|
+
/** Output only. Identifier. The resource name for this CaPool in the format `projects/*/locations/*/caPools/*`. */
|
|
1910
1910
|
name: string;
|
|
1911
1911
|
/** OAuth 2.0 token for the current user. */
|
|
1912
1912
|
oauth_token?: string;
|