google-apis-privateca_v1 0.31.0 → 0.33.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: b64140b94fa490959f3ef841f172652c81c03a17e829a15bffcea9cc5ab5291a
4
- data.tar.gz: 12dc5f894353f6f3de6135f49d5222bf19be6820fdd30c0fa47f8478f49d99f5
3
+ metadata.gz: 2ec155b0c313046407b86b3b2d178a23bceac238210e4f6359ba882cddd0db0e
4
+ data.tar.gz: ac9585146c646adf21fbabad8c89f400f303a112f8223ae5c629e752d9b7e3c8
5
5
  SHA512:
6
- metadata.gz: 753f3d534382d36346d390ce44f40f3f4da10452859a6ddc581c23c52cb2ffc153f435823d033741a31cf303061d568d928a37ad7b4557ba8feaf29745e8b0af
7
- data.tar.gz: c6d57e3fea8409bfa8778a3f2bb8a8d8374dce7051a771c96d337098139a649c1e58971e667856e5de6cd62a7decec49d71abee82bea2aa7e856f7fa4cb4ff58
6
+ metadata.gz: ad9f0efe060d82b203e3e58d3b9c5766a9180351d395b0ac5bfc35e53bde332d095bc82f0a3bd17dcfa0e9498d9392113254c06974cb98a70665e062f21f6a3a
7
+ data.tar.gz: 336470deb05a138d135f7d8607465e8aabce8623b34b292d0389b919d750e12c6b0dc41b75c3bd930b7e5cc444d65e4e67b82c1ab82d8dad4042a82445aa2efe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.33.0 (2023-08-27)
4
+
5
+ * Regenerated from discovery document revision 20230816
6
+
7
+ ### v0.32.0 (2023-05-14)
8
+
9
+ * Regenerated from discovery document revision 20230503
10
+
3
11
  ### v0.31.0 (2023-04-30)
4
12
 
5
13
  * Regenerated from discovery document revision 20230419
@@ -927,6 +927,16 @@ module Google
927
927
  # @return [Hash<String,String>]
928
928
  attr_accessor :labels
929
929
 
930
+ # Optional. The maximum lifetime allowed for issued Certificates that use this
931
+ # template. If the issuing CaPool's IssuancePolicy specifies a maximum_lifetime
932
+ # the minimum of the two durations will be the maximum lifetime for issued
933
+ # Certificates. Note that if the issuing CertificateAuthority expires before a
934
+ # Certificate's requested maximum_lifetime, the effective lifetime will be
935
+ # explicitly truncated to match it.
936
+ # Corresponds to the JSON property `maximumLifetime`
937
+ # @return [String]
938
+ attr_accessor :maximum_lifetime
939
+
930
940
  # Output only. The resource name for this CertificateTemplate in the format `
931
941
  # projects/*/locations/*/certificateTemplates/*`.
932
942
  # Corresponds to the JSON property `name`
@@ -961,6 +971,7 @@ module Google
961
971
  @description = args[:description] if args.key?(:description)
962
972
  @identity_constraints = args[:identity_constraints] if args.key?(:identity_constraints)
963
973
  @labels = args[:labels] if args.key?(:labels)
974
+ @maximum_lifetime = args[:maximum_lifetime] if args.key?(:maximum_lifetime)
964
975
  @name = args[:name] if args.key?(:name)
965
976
  @passthrough_extensions = args[:passthrough_extensions] if args.key?(:passthrough_extensions)
966
977
  @predefined_values = args[:predefined_values] if args.key?(:predefined_values)
@@ -1909,13 +1920,13 @@ module Google
1909
1920
  # @return [String]
1910
1921
  attr_accessor :name
1911
1922
 
1912
- # The normal response of the operation in case of success. If the original
1913
- # method returns no data on success, such as `Delete`, the response is `google.
1914
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1915
- # the response should be the resource. For other methods, the response should
1916
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1917
- # example, if the original method name is `TakeSnapshot()`, the inferred
1918
- # response type is `TakeSnapshotResponse`.
1923
+ # The normal, successful response of the operation. If the original method
1924
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1925
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1926
+ # response should be the resource. For other methods, the response should have
1927
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1928
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1929
+ # `TakeSnapshotResponse`.
1919
1930
  # Corresponds to the JSON property `response`
1920
1931
  # @return [Hash<String,Object>]
1921
1932
  attr_accessor :response
@@ -2004,22 +2015,22 @@ module Google
2004
2015
  # evaluates to `true`. A condition can add constraints based on attributes of
2005
2016
  # the request, the resource, or both. To learn which resources support
2006
2017
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2007
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2018
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
2008
2019
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2009
2020
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2010
2021
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2011
2022
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2012
2023
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
2013
2024
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2014
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2015
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
2016
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2017
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2018
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2019
- # access description: Does not grant access after Sep 2020 expression: request.
2020
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2021
- # a description of IAM and its features, see the [IAM documentation](https://
2022
- # cloud.google.com/iam/docs/).
2025
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
2026
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
2027
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
2028
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
2029
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
2030
+ # title: expirable access description: Does not grant access after Sep 2020
2031
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
2032
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
2033
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
2023
2034
  class Policy
2024
2035
  include Google::Apis::Core::Hashable
2025
2036
 
@@ -2122,6 +2133,13 @@ module Google
2122
2133
  class PublishingOptions
2123
2134
  include Google::Apis::Core::Hashable
2124
2135
 
2136
+ # Optional. Specifies the encoding format of each CertificateAuthority's CA
2137
+ # certificate and CRLs. If this is omitted, CA certificates and CRLs will be
2138
+ # published in PEM.
2139
+ # Corresponds to the JSON property `encodingFormat`
2140
+ # @return [String]
2141
+ attr_accessor :encoding_format
2142
+
2125
2143
  # Optional. When true, publishes each CertificateAuthority's CA certificate and
2126
2144
  # includes its URL in the "Authority Information Access" X.509 extension in all
2127
2145
  # issued Certificates. If this is false, the CA certificate will not be
@@ -2149,6 +2167,7 @@ module Google
2149
2167
 
2150
2168
  # Update properties of this object
2151
2169
  def update!(**args)
2170
+ @encoding_format = args[:encoding_format] if args.key?(:encoding_format)
2152
2171
  @publish_ca_cert = args[:publish_ca_cert] if args.key?(:publish_ca_cert)
2153
2172
  @publish_crl = args[:publish_crl] if args.key?(:publish_crl)
2154
2173
  end
@@ -2315,22 +2334,22 @@ module Google
2315
2334
  # evaluates to `true`. A condition can add constraints based on attributes of
2316
2335
  # the request, the resource, or both. To learn which resources support
2317
2336
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2318
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2337
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
2319
2338
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2320
2339
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2321
2340
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2322
2341
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2323
2342
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
2324
2343
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2325
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2326
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
2327
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2328
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2329
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2330
- # access description: Does not grant access after Sep 2020 expression: request.
2331
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2332
- # a description of IAM and its features, see the [IAM documentation](https://
2333
- # cloud.google.com/iam/docs/).
2344
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
2345
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
2346
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
2347
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
2348
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
2349
+ # title: expirable access description: Does not grant access after Sep 2020
2350
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
2351
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
2352
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
2334
2353
  # Corresponds to the JSON property `policy`
2335
2354
  # @return [Google::Apis::PrivatecaV1::Policy]
2336
2355
  attr_accessor :policy
@@ -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.31.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230419"
25
+ REVISION = "20230816"
26
26
  end
27
27
  end
28
28
  end
@@ -647,6 +647,7 @@ module Google
647
647
  property :identity_constraints, as: 'identityConstraints', class: Google::Apis::PrivatecaV1::CertificateIdentityConstraints, decorator: Google::Apis::PrivatecaV1::CertificateIdentityConstraints::Representation
648
648
 
649
649
  hash :labels, as: 'labels'
650
+ property :maximum_lifetime, as: 'maximumLifetime'
650
651
  property :name, as: 'name'
651
652
  property :passthrough_extensions, as: 'passthroughExtensions', class: Google::Apis::PrivatecaV1::CertificateExtensionConstraints, decorator: Google::Apis::PrivatecaV1::CertificateExtensionConstraints::Representation
652
653
 
@@ -944,6 +945,7 @@ module Google
944
945
  class PublishingOptions
945
946
  # @private
946
947
  class Representation < Google::Apis::Core::JsonRepresentation
948
+ property :encoding_format, as: 'encodingFormat'
947
949
  property :publish_ca_cert, as: 'publishCaCert'
948
950
  property :publish_crl, as: 'publishCrl'
949
951
  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.31.0
4
+ version: 0.33.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: 2023-04-30 00:00:00.000000000 Z
11
+ date: 2023-08-27 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.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.33.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Certificate Authority API V1