google-apis-privateca_v1 0.7.0 → 0.11.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: ab4adc8b1c867fcee8200c3b862a3c120a38f878ccf83bf652f3ef04cb137044
4
- data.tar.gz: 51ca916da03e4f8d3c33512162b04378aa026558302df8621c5fd301806c55e3
3
+ metadata.gz: 13d2222b075eaa1b4819315257faf65d1126bb437be168ff2bf0c48af51b497a
4
+ data.tar.gz: 3aeb8f804a0a03413164a0627a93c4f4bf79a50a07aa598164a47093b1e3b690
5
5
  SHA512:
6
- metadata.gz: 715b694dfd911de140b6effa1364ff30ec75a9d0eb8729cb813387b6d3353625e900150efceffb8de7dc6f480db3b057a872aa09f7c5b64ffa77893476980ce5
7
- data.tar.gz: 76c8f65b161dd863a9ac763b097d181e315dd85bb680ce494a078ecc01799f71b62840ffb8300e3230833746d7934d43fabcea6a3cf1a13cd9a6dc1e99d3e8ae
6
+ metadata.gz: d3f52dd9e071e276c21296becbb9fb2d97ea1e84accf993bc1685e29b917487046b5fd14419089986ce0e2a2c7857aa0c4fedb9c0e663fa9f9a8a6cdaa1562c8
7
+ data.tar.gz: e335ef46030cbb2a7d049422ebee57f52c66aa7c96fa3e852be3a11a8dfe5c41b99b042b8ad50896cb738786deb7692bde501658d6577d0439b9a9aca50ed6de
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.11.0 (2021-11-13)
4
+
5
+ * Regenerated from discovery document revision 20211103
6
+
7
+ ### v0.10.0 (2021-11-06)
8
+
9
+ * Regenerated from discovery document revision 20211101
10
+
11
+ ### v0.9.0 (2021-10-30)
12
+
13
+ * Regenerated from discovery document revision 20211020
14
+
15
+ ### v0.8.0 (2021-10-23)
16
+
17
+ * Regenerated from discovery document revision 20211006
18
+ * Unspecified changes
19
+
3
20
  ### v0.7.0 (2021-10-04)
4
21
 
5
22
  * Regenerated from discovery document revision 20210922
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Privateca service in particular.)
67
67
 
@@ -191,7 +191,7 @@ module Google
191
191
  end
192
192
  end
193
193
 
194
- # Associates `members` with a `role`.
194
+ # Associates `members`, or principals, with a `role`.
195
195
  class Binding
196
196
  include Google::Apis::Core::Hashable
197
197
 
@@ -214,7 +214,7 @@ module Google
214
214
  # @return [Google::Apis::PrivatecaV1::Expr]
215
215
  attr_accessor :condition
216
216
 
217
- # Specifies the identities requesting access for a Cloud Platform resource. `
217
+ # Specifies the principals requesting access for a Cloud Platform resource. `
218
218
  # members` can have the following values: * `allUsers`: A special identifier
219
219
  # that represents anyone who is on the internet; with or without a Google
220
220
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -244,8 +244,8 @@ module Google
244
244
  # @return [Array<String>]
245
245
  attr_accessor :members
246
246
 
247
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
248
- # , or `roles/owner`.
247
+ # Role that is assigned to the list of `members`, or principals. For example, `
248
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
249
249
  # Corresponds to the JSON property `role`
250
250
  # @return [String]
251
251
  attr_accessor :role
@@ -1894,31 +1894,31 @@ module Google
1894
1894
 
1895
1895
  # An Identity and Access Management (IAM) policy, which specifies access
1896
1896
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1897
- # A `binding` binds one or more `members` to a single `role`. Members can be
1898
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1899
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1900
- # role or a user-created custom role. For some types of Google Cloud resources,
1901
- # a `binding` can also specify a `condition`, which is a logical expression that
1902
- # allows access to a resource only if the expression evaluates to `true`. A
1903
- # condition can add constraints based on attributes of the request, the resource,
1904
- # or both. To learn which resources support conditions in their IAM policies,
1905
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1906
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1907
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1908
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1909
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1910
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1911
- # title": "expirable access", "description": "Does not grant access after Sep
1912
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1913
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1914
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1915
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1916
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1917
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1918
- # description: Does not grant access after Sep 2020 expression: request.time <
1919
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1920
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1921
- # google.com/iam/docs/).
1897
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1898
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1899
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1900
+ # an IAM predefined role or a user-created custom role. For some types of Google
1901
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1902
+ # logical expression that allows access to a resource only if the expression
1903
+ # evaluates to `true`. A condition can add constraints based on attributes of
1904
+ # the request, the resource, or both. To learn which resources support
1905
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1906
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1907
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1908
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1909
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1910
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1911
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1912
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1913
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1914
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1915
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1916
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1917
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1918
+ # access description: Does not grant access after Sep 2020 expression: request.
1919
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1920
+ # a description of IAM and its features, see the [IAM documentation](https://
1921
+ # cloud.google.com/iam/docs/).
1922
1922
  class Policy
1923
1923
  include Google::Apis::Core::Hashable
1924
1924
 
@@ -1927,9 +1927,14 @@ module Google
1927
1927
  # @return [Array<Google::Apis::PrivatecaV1::AuditConfig>]
1928
1928
  attr_accessor :audit_configs
1929
1929
 
1930
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1931
- # condition` that determines how and when the `bindings` are applied. Each of
1932
- # the `bindings` must contain at least one member.
1930
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1931
+ # specify a `condition` that determines how and when the `bindings` are applied.
1932
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1933
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1934
+ # can be Google groups. Each occurrence of a principal counts towards these
1935
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1936
+ # example.com`, and not to any other principal, then you can add another 1,450
1937
+ # principals to the `bindings` in the `Policy`.
1933
1938
  # Corresponds to the JSON property `bindings`
1934
1939
  # @return [Array<Google::Apis::PrivatecaV1::Binding>]
1935
1940
  attr_accessor :bindings
@@ -2200,31 +2205,31 @@ module Google
2200
2205
 
2201
2206
  # An Identity and Access Management (IAM) policy, which specifies access
2202
2207
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
2203
- # A `binding` binds one or more `members` to a single `role`. Members can be
2204
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
2205
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
2206
- # role or a user-created custom role. For some types of Google Cloud resources,
2207
- # a `binding` can also specify a `condition`, which is a logical expression that
2208
- # allows access to a resource only if the expression evaluates to `true`. A
2209
- # condition can add constraints based on attributes of the request, the resource,
2210
- # or both. To learn which resources support conditions in their IAM policies,
2211
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
2212
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
2213
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
2214
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
2215
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
2216
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
2217
- # title": "expirable access", "description": "Does not grant access after Sep
2218
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
2219
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
2220
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
2221
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
2222
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2223
- # roles/resourcemanager.organizationViewer condition: title: expirable access
2224
- # description: Does not grant access after Sep 2020 expression: request.time <
2225
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
2226
- # description of IAM and its features, see the [IAM documentation](https://cloud.
2227
- # google.com/iam/docs/).
2208
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
2209
+ # Principals can be user accounts, service accounts, Google groups, and domains (
2210
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
2211
+ # an IAM predefined role or a user-created custom role. For some types of Google
2212
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
2213
+ # logical expression that allows access to a resource only if the expression
2214
+ # evaluates to `true`. A condition can add constraints based on attributes of
2215
+ # the request, the resource, or both. To learn which resources support
2216
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2217
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2218
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2219
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2220
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2221
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2222
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
2223
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2224
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2225
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
2226
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2227
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2228
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2229
+ # access description: Does not grant access after Sep 2020 expression: request.
2230
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2231
+ # a description of IAM and its features, see the [IAM documentation](https://
2232
+ # cloud.google.com/iam/docs/).
2228
2233
  # Corresponds to the JSON property `policy`
2229
2234
  # @return [Google::Apis::PrivatecaV1::Policy]
2230
2235
  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.7.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210922"
25
+ REVISION = "20211103"
26
26
  end
27
27
  end
28
28
  end
@@ -24,7 +24,7 @@ module Google
24
24
  #
25
25
  # The Certificate Authority Service API is a highly-available, scalable service
26
26
  # that enables you to simplify and automate the management of private
27
- # certificate authorities (CAs) while staying in control of your private keys."
27
+ # certificate authorities (CAs) while staying in control of your private keys.
28
28
  #
29
29
  # @example
30
30
  # require 'google/apis/privateca_v1'
@@ -289,13 +289,16 @@ module Google
289
289
  # REQUIRED: The resource for which the policy is being requested. See the
290
290
  # operation documentation for the appropriate value for this field.
291
291
  # @param [Fixnum] options_requested_policy_version
292
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
293
- # 3. Requests specifying an invalid value will be rejected. Requests for
294
- # policies with any conditional bindings must specify version 3. Policies
295
- # without any conditional bindings may specify any valid value or leave the
296
- # field unset. To learn which resources support conditions in their IAM policies,
297
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
298
- # resource-policies).
292
+ # Optional. The maximum policy version that will be used to format the policy.
293
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
294
+ # rejected. Requests for policies with any conditional role bindings must
295
+ # specify version 3. Policies with no conditional role bindings may specify any
296
+ # valid value or leave the field unset. The policy in the response might use the
297
+ # policy version that you specified, or it might use a lower policy version. For
298
+ # example, if you specify version 3, but the policy has no conditional role
299
+ # bindings, the response uses version 1. To learn which resources support
300
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
301
+ # google.com/iam/help/conditions/resource-policies).
299
302
  # @param [String] fields
300
303
  # Selector specifying which fields to include in a partial response.
301
304
  # @param [String] quota_user
@@ -928,13 +931,16 @@ module Google
928
931
  # REQUIRED: The resource for which the policy is being requested. See the
929
932
  # operation documentation for the appropriate value for this field.
930
933
  # @param [Fixnum] options_requested_policy_version
931
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
932
- # 3. Requests specifying an invalid value will be rejected. Requests for
933
- # policies with any conditional bindings must specify version 3. Policies
934
- # without any conditional bindings may specify any valid value or leave the
935
- # field unset. To learn which resources support conditions in their IAM policies,
936
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
937
- # resource-policies).
934
+ # Optional. The maximum policy version that will be used to format the policy.
935
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
936
+ # rejected. Requests for policies with any conditional role bindings must
937
+ # specify version 3. Policies with no conditional role bindings may specify any
938
+ # valid value or leave the field unset. The policy in the response might use the
939
+ # policy version that you specified, or it might use a lower policy version. For
940
+ # example, if you specify version 3, but the policy has no conditional role
941
+ # bindings, the response uses version 1. To learn which resources support
942
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
943
+ # google.com/iam/help/conditions/resource-policies).
938
944
  # @param [String] fields
939
945
  # Selector specifying which fields to include in a partial response.
940
946
  # @param [String] quota_user
@@ -1501,13 +1507,16 @@ module Google
1501
1507
  # REQUIRED: The resource for which the policy is being requested. See the
1502
1508
  # operation documentation for the appropriate value for this field.
1503
1509
  # @param [Fixnum] options_requested_policy_version
1504
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
1505
- # 3. Requests specifying an invalid value will be rejected. Requests for
1506
- # policies with any conditional bindings must specify version 3. Policies
1507
- # without any conditional bindings may specify any valid value or leave the
1508
- # field unset. To learn which resources support conditions in their IAM policies,
1509
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1510
- # resource-policies).
1510
+ # Optional. The maximum policy version that will be used to format the policy.
1511
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
1512
+ # rejected. Requests for policies with any conditional role bindings must
1513
+ # specify version 3. Policies with no conditional role bindings may specify any
1514
+ # valid value or leave the field unset. The policy in the response might use the
1515
+ # policy version that you specified, or it might use a lower policy version. For
1516
+ # example, if you specify version 3, but the policy has no conditional role
1517
+ # bindings, the response uses version 1. To learn which resources support
1518
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1519
+ # google.com/iam/help/conditions/resource-policies).
1511
1520
  # @param [String] fields
1512
1521
  # Selector specifying which fields to include in a partial response.
1513
1522
  # @param [String] quota_user
@@ -23,7 +23,7 @@ module Google
23
23
  #
24
24
  # The Certificate Authority Service API is a highly-available, scalable service
25
25
  # that enables you to simplify and automate the management of private
26
- # certificate authorities (CAs) while staying in control of your private keys."
26
+ # certificate authorities (CAs) while staying in control of your private keys.
27
27
  #
28
28
  # @see https://cloud.google.com/
29
29
  module PrivatecaV1
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.7.0
4
+ version: 0.11.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: 2021-10-11 00:00:00.000000000 Z
11
+ date: 2021-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-privateca_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.7.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-privateca_v1
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.11.0
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: []
65
65
  require_paths: