google-apis-privateca_v1 0.39.0 → 0.40.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec04feccc20cad00fd355d3e92dbfdf433fdbc48ba4800f185aa985adac718fb
|
|
4
|
+
data.tar.gz: 51bd669872a166698863fd310e155d861dbe8e434d590f4b6135c75ea4133754
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 64d0c3ee52b90b68ff505bca6de9a47afacdfd908a1e5f3de5dfd97d7d97ffdc3cc47ce60506e6e1f8c9fbe535b736c49e05ae174a44dc4f0bdeca53562f3ea6
|
|
7
|
+
data.tar.gz: 6fc215cd73bd7714513356a90d2791e01a4bc0aab22d85259bccf3aa66cb726e5e8c714d358e57d4de72e0fbe84cd4ea30cc8a32048b9d1292b7b95e2aeaeec6
|
data/CHANGELOG.md
CHANGED
|
@@ -979,11 +979,11 @@ module Google
|
|
|
979
979
|
attr_accessor :labels
|
|
980
980
|
|
|
981
981
|
# Optional. The maximum lifetime allowed for issued Certificates that use this
|
|
982
|
-
# template. If the issuing CaPool's IssuancePolicy specifies a
|
|
983
|
-
# the minimum of the two durations will be the maximum lifetime
|
|
984
|
-
# Certificates. Note that if the issuing CertificateAuthority expires
|
|
985
|
-
# Certificate's requested maximum_lifetime, the effective lifetime will
|
|
986
|
-
# explicitly truncated to match it.
|
|
982
|
+
# template. If the issuing CaPool resource's IssuancePolicy specifies a
|
|
983
|
+
# maximum_lifetime the minimum of the two durations will be the maximum lifetime
|
|
984
|
+
# for issued Certificates. Note that if the issuing CertificateAuthority expires
|
|
985
|
+
# before a Certificate's requested maximum_lifetime, the effective lifetime will
|
|
986
|
+
# be explicitly truncated to match it.
|
|
987
987
|
# Corresponds to the JSON property `maximumLifetime`
|
|
988
988
|
# @return [String]
|
|
989
989
|
attr_accessor :maximum_lifetime
|
|
@@ -1036,7 +1036,7 @@ module Google
|
|
|
1036
1036
|
|
|
1037
1037
|
# Optional. This field allows this CA to be disabled even if it's being depended
|
|
1038
1038
|
# on by another resource. However, doing so may result in unintended and
|
|
1039
|
-
# unrecoverable effects on any dependent
|
|
1039
|
+
# unrecoverable effects on any dependent resources since the CA will no longer
|
|
1040
1040
|
# be able to issue certificates.
|
|
1041
1041
|
# Corresponds to the JSON property `ignoreDependentResources`
|
|
1042
1042
|
# @return [Boolean]
|
|
@@ -1281,7 +1281,7 @@ module Google
|
|
|
1281
1281
|
class FetchCaCertsResponse
|
|
1282
1282
|
include Google::Apis::Core::Hashable
|
|
1283
1283
|
|
|
1284
|
-
# The PEM encoded CA certificate chains of all
|
|
1284
|
+
# The PEM encoded CA certificate chains of all certificate authorities in this
|
|
1285
1285
|
# CaPool in the ENABLED, DISABLED, or STAGED states.
|
|
1286
1286
|
# Corresponds to the JSON property `caCerts`
|
|
1287
1287
|
# @return [Array<Google::Apis::PrivatecaV1::CertChain>]
|
|
@@ -1375,9 +1375,9 @@ module Google
|
|
|
1375
1375
|
attr_accessor :identity_constraints
|
|
1376
1376
|
|
|
1377
1377
|
# Optional. The maximum lifetime allowed for issued Certificates. Note that if
|
|
1378
|
-
# the issuing CertificateAuthority expires before a Certificate's
|
|
1379
|
-
# maximum_lifetime, the effective lifetime will be explicitly
|
|
1380
|
-
# it.
|
|
1378
|
+
# the issuing CertificateAuthority expires before a Certificate resource's
|
|
1379
|
+
# requested maximum_lifetime, the effective lifetime will be explicitly
|
|
1380
|
+
# truncated to match it.
|
|
1381
1381
|
# Corresponds to the JSON property `maximumLifetime`
|
|
1382
1382
|
# @return [String]
|
|
1383
1383
|
attr_accessor :maximum_lifetime
|
|
@@ -2184,9 +2184,9 @@ module Google
|
|
|
2184
2184
|
class PublishingOptions
|
|
2185
2185
|
include Google::Apis::Core::Hashable
|
|
2186
2186
|
|
|
2187
|
-
# Optional. Specifies the encoding format of each CertificateAuthority'
|
|
2188
|
-
# certificate and CRLs. If this is omitted, CA certificates and CRLs will
|
|
2189
|
-
# published in PEM.
|
|
2187
|
+
# Optional. Specifies the encoding format of each CertificateAuthority resource'
|
|
2188
|
+
# s CA certificate and CRLs. If this is omitted, CA certificates and CRLs will
|
|
2189
|
+
# be published in PEM.
|
|
2190
2190
|
# Corresponds to the JSON property `encodingFormat`
|
|
2191
2191
|
# @return [String]
|
|
2192
2192
|
attr_accessor :encoding_format
|
|
@@ -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.40.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240410"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -183,7 +183,7 @@ module Google
|
|
|
183
183
|
# @param [Boolean] ignore_dependent_resources
|
|
184
184
|
# Optional. This field allows this pool to be deleted even if it's being
|
|
185
185
|
# depended on by another resource. However, doing so may result in unintended
|
|
186
|
-
# and unrecoverable effects on any dependent
|
|
186
|
+
# and unrecoverable effects on any dependent resources since the pool will no
|
|
187
187
|
# longer be able to issue certificates.
|
|
188
188
|
# @param [String] request_id
|
|
189
189
|
# Optional. An ID to identify requests. Specify a unique request ID so that if
|
|
@@ -226,7 +226,7 @@ module Google
|
|
|
226
226
|
end
|
|
227
227
|
|
|
228
228
|
# FetchCaCerts returns the current trust anchor for the CaPool. This will
|
|
229
|
-
# include CA certificate chains for all
|
|
229
|
+
# include CA certificate chains for all certificate authorities in the ENABLED,
|
|
230
230
|
# DISABLED, or STAGED states.
|
|
231
231
|
# @param [String] ca_pool
|
|
232
232
|
# Required. The resource name for the CaPool in the format `projects/*/locations/
|
|
@@ -603,9 +603,9 @@ module Google
|
|
|
603
603
|
# Optional. This field allows the CA to be deleted even if the CA has active
|
|
604
604
|
# certs. Active certs include both unrevoked and unexpired certs.
|
|
605
605
|
# @param [Boolean] ignore_dependent_resources
|
|
606
|
-
# Optional. This field allows this
|
|
606
|
+
# Optional. This field allows this CA to be deleted even if it's being depended
|
|
607
607
|
# on by another resource. However, doing so may result in unintended and
|
|
608
|
-
# unrecoverable effects on any dependent
|
|
608
|
+
# unrecoverable effects on any dependent resources since the CA will no longer
|
|
609
609
|
# be able to issue certificates.
|
|
610
610
|
# @param [String] request_id
|
|
611
611
|
# Optional. An ID to identify requests. Specify a unique request ID so that if
|
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.40.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-04-21 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.40.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: []
|