google-apis-secretmanager_v1beta1 0.27.0 → 0.28.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: 2788a3d181a5ab0f6c4769dfcde4c2501d287c4a48fc5d98881cecd99f95140a
4
- data.tar.gz: 501981a698ca068417a533c2028de527a034872639f83790ae2884c45dcbcb1c
3
+ metadata.gz: 32375d8b377304feb22efc4b9a9e7f97c3a5e5f578c47f7b6b1ef0b63d5f927c
4
+ data.tar.gz: e6d13b80f42af9d6ea176ba1983668946fa3c512c6b56de7103ab57db738ddac
5
5
  SHA512:
6
- metadata.gz: b2f463494bb19ff8b9830c451a9d1dee60d041a91bf86a74a7f72deeed78b7bd4f796855a9204f3032fa5c053831c330663051ef388f575fe3f424ac32e34978
7
- data.tar.gz: ec465cc014219419e42f89a00c0a06a261e898bc8d879490c47426f8f47de4cf4db0fe8fb2d819a15c02599052ef3e2228a236c75c51314eb888abc0c0473b09
6
+ metadata.gz: e211bc0195939436b7afd0a8efe045e82a7104cb16d8db3c6c6afbf0aeada378e8309e57369cff61239d4649c9a9f4c15dcfff74755c9f0c7031ae4198a957e3
7
+ data.tar.gz: f54653ddc730bf508c86c0a35eea0342eb563065635114716d27814fc299d3eec3cfeda4995b859b748f00c2f1a2e136f927a724ef6128e8410969230e811c9c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-secretmanager_v1beta1
2
2
 
3
+ ### v0.28.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230804
6
+
3
7
  ### v0.27.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230421
@@ -486,22 +486,22 @@ module Google
486
486
  # evaluates to `true`. A condition can add constraints based on attributes of
487
487
  # the request, the resource, or both. To learn which resources support
488
488
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
489
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
489
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
490
490
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
491
491
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
492
492
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
493
493
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
494
494
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
495
495
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
496
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
497
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
498
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
499
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
500
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
501
- # access description: Does not grant access after Sep 2020 expression: request.
502
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
503
- # a description of IAM and its features, see the [IAM documentation](https://
504
- # cloud.google.com/iam/docs/).
496
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
497
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
498
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
499
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
500
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
501
+ # title: expirable access description: Does not grant access after Sep 2020
502
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
503
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
504
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
505
505
  class Policy
506
506
  include Google::Apis::Core::Hashable
507
507
 
@@ -737,22 +737,22 @@ module Google
737
737
  # evaluates to `true`. A condition can add constraints based on attributes of
738
738
  # the request, the resource, or both. To learn which resources support
739
739
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
740
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
740
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
741
741
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
742
742
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
743
743
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
744
744
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
745
745
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
746
746
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
747
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
748
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
749
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
750
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
751
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
752
- # access description: Does not grant access after Sep 2020 expression: request.
753
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
754
- # a description of IAM and its features, see the [IAM documentation](https://
755
- # cloud.google.com/iam/docs/).
747
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
748
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
749
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
750
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
751
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
752
+ # title: expirable access description: Does not grant access after Sep 2020
753
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
754
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
755
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
756
756
  # Corresponds to the JSON property `policy`
757
757
  # @return [Google::Apis::SecretmanagerV1beta1::Policy]
758
758
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecretmanagerV1beta1
18
18
  # Version of the google-apis-secretmanager_v1beta1 gem
19
- GEM_VERSION = "0.27.0"
19
+ GEM_VERSION = "0.28.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 = "20230421"
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-secretmanager_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.0
4
+ version: 0.28.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-20 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-secretmanager_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1beta1/v0.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1beta1/v0.28.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-secretmanager_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []