google-apis-privateca_v1 0.58.0 → 0.59.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/privateca_v1/classes.rb +6 -6
- data/lib/google/apis/privateca_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c97f8f2bcbd412b86b7d95f66588d0bfe50900780b44e2d425dd90aecb677754
|
|
4
|
+
data.tar.gz: e6d362951dca385fd65c489670671ffde99f4d737183a8c8bb19c9cabd045340
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2fed92c61fab1f90fc0400b9d357126f4188d799c738d7174a8f2a52853e298313b40e3d110a30b42d42aafcf1d44fda8641b82b3e0ff875c2e41890752c948f
|
|
7
|
+
data.tar.gz: 5b80c365a4f3f58b73a294f4d1369e5d8f31f94e72f445d6bfe3f5cfbf8dc7453dfb6ec7491decbdf279edbba5ee65184c368af9fbd7ab1c8f8d15332ff5b72b
|
data/CHANGELOG.md
CHANGED
|
@@ -1452,12 +1452,12 @@ module Google
|
|
|
1452
1452
|
# @return [Array<Google::Apis::PrivatecaV1::AllowedKeyType>]
|
|
1453
1453
|
attr_accessor :allowed_key_types
|
|
1454
1454
|
|
|
1455
|
-
# Optional.
|
|
1456
|
-
#
|
|
1457
|
-
#
|
|
1458
|
-
#
|
|
1459
|
-
#
|
|
1460
|
-
#
|
|
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.
|
|
1461
1461
|
# Corresponds to the JSON property `backdateDuration`
|
|
1462
1462
|
# @return [String]
|
|
1463
1463
|
attr_accessor :backdate_duration
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module PrivatecaV1
|
|
18
18
|
# Version of the google-apis-privateca_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.59.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260121"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-privateca_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.59.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.59.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|