@maxim_mazurok/gapi.client.privateca-v1 0.0.20240508 → 0.0.20240529
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: 20240529
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -66,9 +66,9 @@ declare namespace gapi.client {
|
|
|
66
66
|
}
|
|
67
67
|
interface CancelOperationRequest {}
|
|
68
68
|
interface CaOptions {
|
|
69
|
-
/** Optional. Refers to the "CA" X.509 extension
|
|
69
|
+
/** Optional. Refers to the "CA" boolean field in the X.509 extension. When this value is missing, the basic constraints extension will be omitted from the certificate. */
|
|
70
70
|
isCa?: boolean;
|
|
71
|
-
/** Optional. Refers to the path length
|
|
71
|
+
/** Optional. Refers to the path length constraint field in the X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the certificate. */
|
|
72
72
|
maxIssuerPathLength?: number;
|
|
73
73
|
}
|
|
74
74
|
interface CaPool {
|
|
@@ -629,7 +629,7 @@ declare namespace gapi.client {
|
|
|
629
629
|
additionalExtensions?: X509Extension[];
|
|
630
630
|
/** Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate. */
|
|
631
631
|
aiaOcspServers?: string[];
|
|
632
|
-
/** Optional. Describes options in this X509Parameters that are relevant in a CA certificate. */
|
|
632
|
+
/** Optional. Describes options in this X509Parameters that are relevant in a CA certificate. If not specified, a default basic constraints extension with `is_ca=false` will be added for leaf certificates. */
|
|
633
633
|
caOptions?: CaOptions;
|
|
634
634
|
/** Optional. Indicates the intended use for keys that correspond to a certificate. */
|
|
635
635
|
keyUsage?: KeyUsage;
|