google-apis-privateca_v1 0.39.0 → 0.41.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c92f3a99c557d0b94f49bd12077d20207dd140483413257805f5091e13ab97d
4
- data.tar.gz: 459657f86f1760bacc556e6b8893675dbfdf7ecf9f9d7ad3c96578b2cc1fd5ff
3
+ metadata.gz: b888a0099d93c10112078ffc0e90b45a3efbc587e006423424d64dd30912d844
4
+ data.tar.gz: 51b6cede37a5726f84bd6f4b02799607cdcd0370f143ab95d8ff3099eb536221
5
5
  SHA512:
6
- metadata.gz: a4ed98f173e2b9dc2b8cb73ac78b235b851f28e946fc9cdde77b20f9b638f24a3f89d90e1ffe6f432c81e3adff8cb66b12700b447fe81b30e1872a8579306cfc
7
- data.tar.gz: 667dc0c9495c43c443e5ea49371fcb3fd9e8614908845cbc5de6d84bfc510664111583cd5060afbe7d70d7f687e4ddc561db25c04e2a1961143907fc34a05a24
6
+ metadata.gz: 050d2c3ab923457b7e63a3128f2b8122b534748a816e04a0257cef1636d555d10aa16953a764c9511ae1999c9685f82c3a7a3e17b49360d04afd9f73d4419e03
7
+ data.tar.gz: 742f2887c64449bb1874b3729e1a60fc7e76d33f2cab9de2fdb3521a0b9b56f95e39b1d8bf777c29fe02aa97d5a15ebf4994159b065cf33cb7a357f1041080b0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.41.0 (2024-05-05)
4
+
5
+ * Regenerated from discovery document revision 20240424
6
+
7
+ ### v0.40.0 (2024-04-21)
8
+
9
+ * Regenerated from discovery document revision 20240410
10
+
3
11
  ### v0.39.0 (2024-03-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20240313
@@ -594,6 +594,18 @@ module Google
594
594
  # @return [Array<String>]
595
595
  attr_accessor :pem_ca_certificates
596
596
 
597
+ # Output only. Reserved for future use.
598
+ # Corresponds to the JSON property `satisfiesPzi`
599
+ # @return [Boolean]
600
+ attr_accessor :satisfies_pzi
601
+ alias_method :satisfies_pzi?, :satisfies_pzi
602
+
603
+ # Output only. Reserved for future use.
604
+ # Corresponds to the JSON property `satisfiesPzs`
605
+ # @return [Boolean]
606
+ attr_accessor :satisfies_pzs
607
+ alias_method :satisfies_pzs?, :satisfies_pzs
608
+
597
609
  # Output only. The State for this CertificateAuthority.
598
610
  # Corresponds to the JSON property `state`
599
611
  # @return [String]
@@ -639,6 +651,8 @@ module Google
639
651
  @lifetime = args[:lifetime] if args.key?(:lifetime)
640
652
  @name = args[:name] if args.key?(:name)
641
653
  @pem_ca_certificates = args[:pem_ca_certificates] if args.key?(:pem_ca_certificates)
654
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
655
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
642
656
  @state = args[:state] if args.key?(:state)
643
657
  @subordinate_config = args[:subordinate_config] if args.key?(:subordinate_config)
644
658
  @tier = args[:tier] if args.key?(:tier)
@@ -979,11 +993,11 @@ module Google
979
993
  attr_accessor :labels
980
994
 
981
995
  # Optional. The maximum lifetime allowed for issued Certificates that use this
982
- # template. If the issuing CaPool's IssuancePolicy specifies a maximum_lifetime
983
- # the minimum of the two durations will be the maximum lifetime for issued
984
- # Certificates. Note that if the issuing CertificateAuthority expires before a
985
- # Certificate's requested maximum_lifetime, the effective lifetime will be
986
- # explicitly truncated to match it.
996
+ # template. If the issuing CaPool resource's IssuancePolicy specifies a
997
+ # maximum_lifetime the minimum of the two durations will be the maximum lifetime
998
+ # for issued Certificates. Note that if the issuing CertificateAuthority expires
999
+ # before a Certificate's requested maximum_lifetime, the effective lifetime will
1000
+ # be explicitly truncated to match it.
987
1001
  # Corresponds to the JSON property `maximumLifetime`
988
1002
  # @return [String]
989
1003
  attr_accessor :maximum_lifetime
@@ -1036,7 +1050,7 @@ module Google
1036
1050
 
1037
1051
  # Optional. This field allows this CA to be disabled even if it's being depended
1038
1052
  # on by another resource. However, doing so may result in unintended and
1039
- # unrecoverable effects on any dependent resource(s) since the CA will no longer
1053
+ # unrecoverable effects on any dependent resources since the CA will no longer
1040
1054
  # be able to issue certificates.
1041
1055
  # Corresponds to the JSON property `ignoreDependentResources`
1042
1056
  # @return [Boolean]
@@ -1281,7 +1295,7 @@ module Google
1281
1295
  class FetchCaCertsResponse
1282
1296
  include Google::Apis::Core::Hashable
1283
1297
 
1284
- # The PEM encoded CA certificate chains of all Certificate Authorities in this
1298
+ # The PEM encoded CA certificate chains of all certificate authorities in this
1285
1299
  # CaPool in the ENABLED, DISABLED, or STAGED states.
1286
1300
  # Corresponds to the JSON property `caCerts`
1287
1301
  # @return [Array<Google::Apis::PrivatecaV1::CertChain>]
@@ -1375,9 +1389,9 @@ module Google
1375
1389
  attr_accessor :identity_constraints
1376
1390
 
1377
1391
  # Optional. The maximum lifetime allowed for issued Certificates. Note that if
1378
- # the issuing CertificateAuthority expires before a Certificate's requested
1379
- # maximum_lifetime, the effective lifetime will be explicitly truncated to match
1380
- # it.
1392
+ # the issuing CertificateAuthority expires before a Certificate resource's
1393
+ # requested maximum_lifetime, the effective lifetime will be explicitly
1394
+ # truncated to match it.
1381
1395
  # Corresponds to the JSON property `maximumLifetime`
1382
1396
  # @return [String]
1383
1397
  attr_accessor :maximum_lifetime
@@ -2184,9 +2198,9 @@ module Google
2184
2198
  class PublishingOptions
2185
2199
  include Google::Apis::Core::Hashable
2186
2200
 
2187
- # Optional. Specifies the encoding format of each CertificateAuthority's CA
2188
- # certificate and CRLs. If this is omitted, CA certificates and CRLs will be
2189
- # published in PEM.
2201
+ # Optional. Specifies the encoding format of each CertificateAuthority resource'
2202
+ # s CA certificate and CRLs. If this is omitted, CA certificates and CRLs will
2203
+ # be published in PEM.
2190
2204
  # Corresponds to the JSON property `encodingFormat`
2191
2205
  # @return [String]
2192
2206
  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.39.0"
19
+ GEM_VERSION = "0.41.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 = "20240313"
25
+ REVISION = "20240424"
26
26
  end
27
27
  end
28
28
  end
@@ -561,6 +561,8 @@ module Google
561
561
  property :lifetime, as: 'lifetime'
562
562
  property :name, as: 'name'
563
563
  collection :pem_ca_certificates, as: 'pemCaCertificates'
564
+ property :satisfies_pzi, as: 'satisfiesPzi'
565
+ property :satisfies_pzs, as: 'satisfiesPzs'
564
566
  property :state, as: 'state'
565
567
  property :subordinate_config, as: 'subordinateConfig', class: Google::Apis::PrivatecaV1::SubordinateConfig, decorator: Google::Apis::PrivatecaV1::SubordinateConfig::Representation
566
568
 
@@ -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 resource(s) since the pool will no
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 Certificate Authorities in the ENABLED,
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 ca to be deleted even if it's being depended
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 resource(s) since the CA will no longer
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.39.0
4
+ version: 0.41.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-03-24 00:00:00.000000000 Z
11
+ date: 2024-05-05 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.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.41.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: []