google-apis-privateca_v1 0.42.0 → 0.43.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 +12 -8
- data/lib/google/apis/privateca_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b92fb2c9ddbb4a4061dbf90bb51e8c6aa7ae0594578fef189536784bd71f973b
|
|
4
|
+
data.tar.gz: d9338b8bd7504588c02b0137fcc0e0fa33b15db92da057697838ad3543f4f358
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f27e98ed86604881dd744de9e446ee557b15e1f6c2047165113efcdc1bfae152eb8caef183b7d062063ad4d4b5a5a8ca7984b561d0319e7f0d8848c66282338d
|
|
7
|
+
data.tar.gz: 90be6650bd93cfceaee93b07839f1bb0a24caa95bbc2bc346317afacb781fa5570d714e9774037a1524e6462d6daba95abed7b89f4739f0279949a5d9ed91448
|
data/CHANGELOG.md
CHANGED
|
@@ -292,21 +292,24 @@ module Google
|
|
|
292
292
|
end
|
|
293
293
|
end
|
|
294
294
|
|
|
295
|
-
# Describes
|
|
295
|
+
# Describes the X.509 basic constraints extension, per [RFC 5280 section 4.2.1.9]
|
|
296
|
+
# (https://tools.ietf.org/html/rfc5280#section-4.2.1.9)
|
|
296
297
|
class CaOptions
|
|
297
298
|
include Google::Apis::Core::Hashable
|
|
298
299
|
|
|
299
|
-
# Optional. Refers to the "CA" X.509 extension
|
|
300
|
-
#
|
|
300
|
+
# Optional. Refers to the "CA" boolean field in the X.509 extension. When this
|
|
301
|
+
# value is missing, the basic constraints extension will be omitted from the
|
|
302
|
+
# certificate.
|
|
301
303
|
# Corresponds to the JSON property `isCa`
|
|
302
304
|
# @return [Boolean]
|
|
303
305
|
attr_accessor :is_ca
|
|
304
306
|
alias_method :is_ca?, :is_ca
|
|
305
307
|
|
|
306
|
-
# Optional. Refers to the path length
|
|
307
|
-
# certificate, this value describes the depth of subordinate CA
|
|
308
|
-
# that are allowed. If this value is less than 0, the request will
|
|
309
|
-
# value is missing, the max path length will be omitted from the
|
|
308
|
+
# Optional. Refers to the path length constraint field in the X.509 extension.
|
|
309
|
+
# For a CA certificate, this value describes the depth of subordinate CA
|
|
310
|
+
# certificates that are allowed. If this value is less than 0, the request will
|
|
311
|
+
# fail. If this value is missing, the max path length will be omitted from the
|
|
312
|
+
# certificate.
|
|
310
313
|
# Corresponds to the JSON property `maxIssuerPathLength`
|
|
311
314
|
# @return [Fixnum]
|
|
312
315
|
attr_accessor :max_issuer_path_length
|
|
@@ -2842,7 +2845,8 @@ module Google
|
|
|
2842
2845
|
# @return [Array<String>]
|
|
2843
2846
|
attr_accessor :aia_ocsp_servers
|
|
2844
2847
|
|
|
2845
|
-
# Describes
|
|
2848
|
+
# Describes the X.509 basic constraints extension, per [RFC 5280 section 4.2.1.9]
|
|
2849
|
+
# (https://tools.ietf.org/html/rfc5280#section-4.2.1.9)
|
|
2846
2850
|
# Corresponds to the JSON property `caOptions`
|
|
2847
2851
|
# @return [Google::Apis::PrivatecaV1::CaOptions]
|
|
2848
2852
|
attr_accessor :ca_options
|
|
@@ -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.43.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240529"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.43.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-06-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.43.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|