google-apis-binaryauthorization_v1beta1 0.27.0 → 0.29.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: 35e4dca72b1e9656e47deae5cdb9aba0e8ec06fe36ed2c084a64fc1856dac4d0
4
- data.tar.gz: fc836ec993fc8d2c02314d06fb16e287cbe3afb38e27b5d15229c0103cb8df02
3
+ metadata.gz: 61aeb412d836046cc5e0dc27d8810b27b782ff8b6be64cfc4913a1bb005cfc79
4
+ data.tar.gz: 063a251fa60b48fa3c17ce416ae7eef5d572be64a13d64da8b6170b169ef2ccc
5
5
  SHA512:
6
- metadata.gz: 00b3ec95e9e7452ce63403f7ce03924c3b8b479b4fcfc1ef9483cc52c92bd1d163b474226e3d5c13e899010639a3c1ccdd77f1d314942b8a45084e87d99d1014
7
- data.tar.gz: 5ffde8975425b5c92e7ac485bd6e9c4f0583f183863108b2efe43d7a14e5252e2de0a97e07cc007697b33fbeb8e19079dc11b76d9a51d760d0a24e76283885be
6
+ metadata.gz: 2fef22feb0da2a82afbbf9831a2c418158b270158776fba6b9e5cdefbd4674ba9582074dacd2f239aafd1b51d643abc988752553df7c5afc42d9f64057bff04f
7
+ data.tar.gz: 58bec1bbcae2ffe78f006d378fb6fc75e771c18edf78730c1ec23c10d3515f4a773b5349ce29b9dbd9b3a17c8ca1b7bfb4dd340092f7b64854ef43e0a6ea8ebe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-binaryauthorization_v1beta1
2
2
 
3
+ ### v0.29.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230804
6
+
7
+ ### v0.28.0 (2023-02-15)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.27.0 (2023-02-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20230127
@@ -388,22 +388,22 @@ module Google
388
388
  # evaluates to `true`. A condition can add constraints based on attributes of
389
389
  # the request, the resource, or both. To learn which resources support
390
390
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
391
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
391
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
392
392
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
393
393
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
394
394
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
395
395
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
396
396
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
397
397
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
398
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
399
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
400
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
401
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
402
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
403
- # access description: Does not grant access after Sep 2020 expression: request.
404
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
405
- # a description of IAM and its features, see the [IAM documentation](https://
406
- # cloud.google.com/iam/docs/).
398
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
399
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
400
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
401
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
402
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
403
+ # title: expirable access description: Does not grant access after Sep 2020
404
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
405
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
406
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
407
407
  class IamPolicy
408
408
  include Google::Apis::Core::Hashable
409
409
 
@@ -659,22 +659,22 @@ module Google
659
659
  # evaluates to `true`. A condition can add constraints based on attributes of
660
660
  # the request, the resource, or both. To learn which resources support
661
661
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
662
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
662
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
663
663
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
664
664
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
665
665
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
666
666
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
667
667
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
668
668
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
669
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
670
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
671
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
672
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
673
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
674
- # access description: Does not grant access after Sep 2020 expression: request.
675
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
676
- # a description of IAM and its features, see the [IAM documentation](https://
677
- # cloud.google.com/iam/docs/).
669
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
670
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
671
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
672
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
673
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
674
+ # title: expirable access description: Does not grant access after Sep 2020
675
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
676
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
677
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
678
678
  # Corresponds to the JSON property `policy`
679
679
  # @return [Google::Apis::BinaryauthorizationV1beta1::IamPolicy]
680
680
  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.27.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230127"
25
+ REVISION = "20230804"
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.27.0
4
+ version: 0.29.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-02-12 00:00:00.000000000 Z
11
+ date: 2023-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-binaryauthorization_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1beta1/v0.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1beta1/v0.29.0
62
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: []