Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a18e60a

Browse files
committedMar 4, 2025
feat(privateca): update the api
#### privateca:v1 The following keys were added: - schemas.IssuancePolicy.properties.backdateDuration (Total Keys: 2)
1 parent 188ef4e commit a18e60a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎docs/dyn/privateca_v1.projects.locations.caPools.html

+4
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ <h3>Method Details</h3>
149149
},
150150
},
151151
],
152+
&quot;backdateDuration&quot;: &quot;A String&quot;, # Optional. The duration to backdate all certificates issued from this CaPool. If not set, the certificates will be issued with a not_before_time of the issuance time (i.e. the current time). If set, the certificates will be issued with a not_before_time of the issuance time minus the backdate_duration. The not_after_time will be adjusted to preserve the requested lifetime. The backdate_duration must be less than or equal to 48 hours.
152153
&quot;baselineValues&quot;: { # An X509Parameters is used to describe certain fields of an X.509 certificate, such as the key usage fields, fields specific to CA certificates, certificate policy extensions and custom extensions. # Optional. A set of X.509 values that will be applied to all certificates issued through this CaPool. If a certificate request includes conflicting values for the same properties, they will be overwritten by the values defined here. If a certificate request uses a CertificateTemplate that defines conflicting predefined_values for the same properties, the certificate issuance request will fail.
153154
&quot;additionalExtensions&quot;: [ # Optional. Describes custom X.509 extensions.
154155
{ # An X509Extension specifies an X.509 extension, which may be used in different parts of X.509 objects like certificates, CSRs, and CRLs.
@@ -398,6 +399,7 @@ <h3>Method Details</h3>
398399
},
399400
},
400401
],
402+
&quot;backdateDuration&quot;: &quot;A String&quot;, # Optional. The duration to backdate all certificates issued from this CaPool. If not set, the certificates will be issued with a not_before_time of the issuance time (i.e. the current time). If set, the certificates will be issued with a not_before_time of the issuance time minus the backdate_duration. The not_after_time will be adjusted to preserve the requested lifetime. The backdate_duration must be less than or equal to 48 hours.
401403
&quot;baselineValues&quot;: { # An X509Parameters is used to describe certain fields of an X.509 certificate, such as the key usage fields, fields specific to CA certificates, certificate policy extensions and custom extensions. # Optional. A set of X.509 values that will be applied to all certificates issued through this CaPool. If a certificate request includes conflicting values for the same properties, they will be overwritten by the values defined here. If a certificate request uses a CertificateTemplate that defines conflicting predefined_values for the same properties, the certificate issuance request will fail.
402404
&quot;additionalExtensions&quot;: [ # Optional. Describes custom X.509 extensions.
403405
{ # An X509Extension specifies an X.509 extension, which may be used in different parts of X.509 objects like certificates, CSRs, and CRLs.
@@ -602,6 +604,7 @@ <h3>Method Details</h3>
602604
},
603605
},
604606
],
607+
&quot;backdateDuration&quot;: &quot;A String&quot;, # Optional. The duration to backdate all certificates issued from this CaPool. If not set, the certificates will be issued with a not_before_time of the issuance time (i.e. the current time). If set, the certificates will be issued with a not_before_time of the issuance time minus the backdate_duration. The not_after_time will be adjusted to preserve the requested lifetime. The backdate_duration must be less than or equal to 48 hours.
605608
&quot;baselineValues&quot;: { # An X509Parameters is used to describe certain fields of an X.509 certificate, such as the key usage fields, fields specific to CA certificates, certificate policy extensions and custom extensions. # Optional. A set of X.509 values that will be applied to all certificates issued through this CaPool. If a certificate request includes conflicting values for the same properties, they will be overwritten by the values defined here. If a certificate request uses a CertificateTemplate that defines conflicting predefined_values for the same properties, the certificate issuance request will fail.
606609
&quot;additionalExtensions&quot;: [ # Optional. Describes custom X.509 extensions.
607610
{ # An X509Extension specifies an X.509 extension, which may be used in different parts of X.509 objects like certificates, CSRs, and CRLs.
@@ -767,6 +770,7 @@ <h3>Method Details</h3>
767770
},
768771
},
769772
],
773+
&quot;backdateDuration&quot;: &quot;A String&quot;, # Optional. The duration to backdate all certificates issued from this CaPool. If not set, the certificates will be issued with a not_before_time of the issuance time (i.e. the current time). If set, the certificates will be issued with a not_before_time of the issuance time minus the backdate_duration. The not_after_time will be adjusted to preserve the requested lifetime. The backdate_duration must be less than or equal to 48 hours.
770774
&quot;baselineValues&quot;: { # An X509Parameters is used to describe certain fields of an X.509 certificate, such as the key usage fields, fields specific to CA certificates, certificate policy extensions and custom extensions. # Optional. A set of X.509 values that will be applied to all certificates issued through this CaPool. If a certificate request includes conflicting values for the same properties, they will be overwritten by the values defined here. If a certificate request uses a CertificateTemplate that defines conflicting predefined_values for the same properties, the certificate issuance request will fail.
771775
&quot;additionalExtensions&quot;: [ # Optional. Describes custom X.509 extensions.
772776
{ # An X509Extension specifies an X.509 extension, which may be used in different parts of X.509 objects like certificates, CSRs, and CRLs.

‎googleapiclient/discovery_cache/documents/privateca.v1.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1605,7 +1605,7 @@
16051605
}
16061606
}
16071607
},
1608-
"revision": "20250205",
1608+
"revision": "20250219",
16091609
"rootUrl": "https://privateca.googleapis.com/",
16101610
"schemas": {
16111611
"AccessUrls": {
@@ -2495,6 +2495,11 @@
24952495
},
24962496
"type": "array"
24972497
},
2498+
"backdateDuration": {
2499+
"description": "Optional. The duration to backdate all certificates issued from this CaPool. If not set, the certificates will be issued with a not_before_time of the issuance time (i.e. the current time). If set, the certificates will be issued with a not_before_time of the issuance time minus the backdate_duration. The not_after_time will be adjusted to preserve the requested lifetime. The backdate_duration must be less than or equal to 48 hours.",
2500+
"format": "google-duration",
2501+
"type": "string"
2502+
},
24982503
"baselineValues": {
24992504
"$ref": "X509Parameters",
25002505
"description": "Optional. A set of X.509 values that will be applied to all certificates issued through this CaPool. If a certificate request includes conflicting values for the same properties, they will be overwritten by the values defined here. If a certificate request uses a CertificateTemplate that defines conflicting predefined_values for the same properties, the certificate issuance request will fail."

0 commit comments

Comments
 (0)
Please sign in to comment.