File tree Expand file tree Collapse file tree
generated/google-apis-privateca_v1
lib/google/apis/privateca_v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release history for google-apis-privateca_v1
22
3+ ### v0.59.0 (2026-02-01)
4+
5+ * Regenerated from discovery document revision 20260121
6+
37### v0.58.0 (2026-01-11)
48
59* Regenerated from discovery document revision 20251229
Original file line number Diff line number Diff line change @@ -1452,12 +1452,12 @@ class IssuancePolicy
14521452 # @return [Array<Google::Apis::PrivatecaV1::AllowedKeyType>]
14531453 attr_accessor :allowed_key_types
14541454
1455- # Optional. The duration to backdate all certificates issued from this CaPool.
1456- # If not set, the certificates will be issued with a not_before_time of the
1457- # issuance time (i.e. the current time). If set, the certificates will be issued
1458- # with a not_before_time of the issuance time minus the backdate_duration. The
1459- # not_after_time will be adjusted to preserve the requested lifetime. The
1460- # backdate_duration must be less than or equal to 48 hours .
1455+ # Optional. If set, all certificates issued from this CaPool will be backdated
1456+ # by this duration. The 'not_before_time' will be the issuance time minus this
1457+ # backdate_duration, and the 'not_after_time' will be adjusted to preserve the
1458+ # requested lifetime. The maximum duration that a certificate can be backdated
1459+ # with these options is 48 hours in the past. This option cannot be set if
1460+ # allow_requester_specified_not_before_time is set .
14611461 # Corresponds to the JSON property `backdateDuration`
14621462 # @return [String]
14631463 attr_accessor :backdate_duration
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module PrivatecaV1
1818 # Version of the google-apis-privateca_v1 gem
19- GEM_VERSION = "0.58 .0"
19+ GEM_VERSION = "0.59 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.18.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20251229 "
25+ REVISION = "20260121 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments