google-apis-binaryauthorization_v1beta1 0.10.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: 364e3024001791687429b568acb78b5b69e790ce7276aa64d8fc9e37c81848df
4
- data.tar.gz: 823a40d809b48b76be6d9d1b1c8f5c43dd477b15d1bbb951e0bf87692c19dd69
3
+ metadata.gz: b5b08c53c7b9cf5ca7f7b8c0fa0dbf19fee74f85e35be3ead4a6b7a0f5ae6b13
4
+ data.tar.gz: cc3577e303c4829ab8e5fa856e93370bb39989e882d9efa18c646c9f38d815ba
5
5
  SHA512:
6
- metadata.gz: b3beaf6ba67cbdcddc098f0a7bcbab2b802aa9abe7ee96874f3e2a58568213c6c8ad0832f23e2a15c410a924730951e1bb33e89563e0856275ada793c7013e99
7
- data.tar.gz: e053db6efd469f6217ed73c26cf1c3f909bdbe53779fa19e27b3e17c31b37c6ad6c9106603cc94c76a8868babf6dba13ce2f1495bf553a0a42f280e2a305cdc9
6
+ metadata.gz: 0aad28e24ba86627f06fac64f6e6aa3c379a121b4dcf6f1f1fee7ea18f7567d4d7aaec5657ab8c7b4c7d258518936778fb570c5f7ea974c8535de12a34444e39
7
+ data.tar.gz: 5f3f251caa28decd014d471c5007cf9c4036f867b7d0a5d4c44b15464d33016e0c64e32f17851668995d553738648e4d1bdbd5c118356dcc77b0a1492c544f7a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-binaryauthorization_v1beta1
2
2
 
3
+ ### v0.11.0 (2021-10-22)
4
+
5
+ * Regenerated from discovery document revision 20211015
6
+ * Unspecified changes
7
+
3
8
  ### v0.10.0 (2021-08-28)
4
9
 
5
10
  * Regenerated from discovery document revision 20210820
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 Binaryauthorization service in particular.)
67
67
 
@@ -223,7 +223,7 @@ module Google
223
223
  end
224
224
  end
225
225
 
226
- # Associates `members` with a `role`.
226
+ # Associates `members`, or principals, with a `role`.
227
227
  class Binding
228
228
  include Google::Apis::Core::Hashable
229
229
 
@@ -246,7 +246,7 @@ module Google
246
246
  # @return [Google::Apis::BinaryauthorizationV1beta1::Expr]
247
247
  attr_accessor :condition
248
248
 
249
- # Specifies the identities requesting access for a Cloud Platform resource. `
249
+ # Specifies the principals requesting access for a Cloud Platform resource. `
250
250
  # members` can have the following values: * `allUsers`: A special identifier
251
251
  # that represents anyone who is on the internet; with or without a Google
252
252
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -276,8 +276,8 @@ module Google
276
276
  # @return [Array<String>]
277
277
  attr_accessor :members
278
278
 
279
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
280
- # , or `roles/owner`.
279
+ # Role that is assigned to the list of `members`, or principals. For example, `
280
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
281
281
  # Corresponds to the JSON property `role`
282
282
  # @return [String]
283
283
  attr_accessor :role
@@ -367,37 +367,42 @@ module Google
367
367
 
368
368
  # An Identity and Access Management (IAM) policy, which specifies access
369
369
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
370
- # A `binding` binds one or more `members` to a single `role`. Members can be
371
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
372
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
373
- # role or a user-created custom role. For some types of Google Cloud resources,
374
- # a `binding` can also specify a `condition`, which is a logical expression that
375
- # allows access to a resource only if the expression evaluates to `true`. A
376
- # condition can add constraints based on attributes of the request, the resource,
377
- # or both. To learn which resources support conditions in their IAM policies,
378
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
379
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
380
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
381
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
382
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
383
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
384
- # title": "expirable access", "description": "Does not grant access after Sep
385
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
386
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
387
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
388
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
389
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
390
- # roles/resourcemanager.organizationViewer condition: title: expirable access
391
- # description: Does not grant access after Sep 2020 expression: request.time <
392
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
393
- # description of IAM and its features, see the [IAM documentation](https://cloud.
394
- # google.com/iam/docs/).
370
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
371
+ # Principals can be user accounts, service accounts, Google groups, and domains (
372
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
373
+ # an IAM predefined role or a user-created custom role. For some types of Google
374
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
375
+ # logical expression that allows access to a resource only if the expression
376
+ # evaluates to `true`. A condition can add constraints based on attributes of
377
+ # the request, the resource, or both. To learn which resources support
378
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
379
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
380
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
381
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
382
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
383
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
384
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
385
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
386
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
387
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
388
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
389
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
390
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
391
+ # access description: Does not grant access after Sep 2020 expression: request.
392
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
393
+ # a description of IAM and its features, see the [IAM documentation](https://
394
+ # cloud.google.com/iam/docs/).
395
395
  class IamPolicy
396
396
  include Google::Apis::Core::Hashable
397
397
 
398
- # Associates a list of `members` to a `role`. Optionally, may specify a `
399
- # condition` that determines how and when the `bindings` are applied. Each of
400
- # the `bindings` must contain at least one member.
398
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
399
+ # specify a `condition` that determines how and when the `bindings` are applied.
400
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
401
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
402
+ # can be Google groups. Each occurrence of a principal counts towards these
403
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
404
+ # example.com`, and not to any other principal, then you can add another 1,450
405
+ # principals to the `bindings` in the `Policy`.
401
406
  # Corresponds to the JSON property `bindings`
402
407
  # @return [Array<Google::Apis::BinaryauthorizationV1beta1::Binding>]
403
408
  attr_accessor :bindings
@@ -625,31 +630,31 @@ module Google
625
630
 
626
631
  # An Identity and Access Management (IAM) policy, which specifies access
627
632
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
628
- # A `binding` binds one or more `members` to a single `role`. Members can be
629
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
630
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
631
- # role or a user-created custom role. For some types of Google Cloud resources,
632
- # a `binding` can also specify a `condition`, which is a logical expression that
633
- # allows access to a resource only if the expression evaluates to `true`. A
634
- # condition can add constraints based on attributes of the request, the resource,
635
- # or both. To learn which resources support conditions in their IAM policies,
636
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
637
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
638
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
639
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
640
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
641
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
642
- # title": "expirable access", "description": "Does not grant access after Sep
643
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
644
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
645
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
646
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
647
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
648
- # roles/resourcemanager.organizationViewer condition: title: expirable access
649
- # description: Does not grant access after Sep 2020 expression: request.time <
650
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
651
- # description of IAM and its features, see the [IAM documentation](https://cloud.
652
- # google.com/iam/docs/).
633
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
634
+ # Principals can be user accounts, service accounts, Google groups, and domains (
635
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
636
+ # an IAM predefined role or a user-created custom role. For some types of Google
637
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
638
+ # logical expression that allows access to a resource only if the expression
639
+ # evaluates to `true`. A condition can add constraints based on attributes of
640
+ # the request, the resource, or both. To learn which resources support
641
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
642
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
643
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
644
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
645
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
646
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
647
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
648
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
649
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
650
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
651
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
652
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
653
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
654
+ # access description: Does not grant access after Sep 2020 expression: request.
655
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
656
+ # a description of IAM and its features, see the [IAM documentation](https://
657
+ # cloud.google.com/iam/docs/).
653
658
  # Corresponds to the JSON property `policy`
654
659
  # @return [Google::Apis::BinaryauthorizationV1beta1::IamPolicy]
655
660
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BinaryauthorizationV1beta1
18
18
  # Version of the google-apis-binaryauthorization_v1beta1 gem
19
- GEM_VERSION = "0.10.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 = "20210820"
25
+ REVISION = "20211015"
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-binaryauthorization_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.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-08-30 00:00:00.000000000 Z
11
+ date: 2021-10-27 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-binaryauthorization_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1beta1/v0.10.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-binaryauthorization_v1beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-binaryauthorization_v1beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1beta1/v0.11.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-binaryauthorization_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: