google-apis-secretmanager_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: af216a0af15a678b27692ce588f98da7478279a54403cdaa17ef586e8fc2d853
4
- data.tar.gz: 21b271106f1166d7cdca6a78fd3e1366537aa8785bd932b69a9958d551269fc4
3
+ metadata.gz: a3fe9b2656910b9b114f4efbc408065f57191d7e366cf96a2749efa867f6f84d
4
+ data.tar.gz: fce91ca88aa2e73b1e16a8357624eac97ef08c2a6fa512e731ed0fff3bf82d6e
5
5
  SHA512:
6
- metadata.gz: a77b20883cd52a655be368ecfc9b47b14ce6e0fa68480481622d099ecf9dfd27f8cc852263177c3ebe92c871fcddd1460e644e205b5732750d819edabe23f50b
7
- data.tar.gz: ecc7f51779f780c19422d8b26551f6e0b03a556eac846df492f34bd861fb58030be733b5ef21214ac24ac8499aeb604f6261b67390827478bae8ad9805a84ce7
6
+ metadata.gz: a2adf12108c76f3a0b804e153cfd17d8d43d30dd22c9279664d72b6147b1b0d9782b60492883ad4bd61c83b001e56b8e7177f8e793b6db1aa71112b37e805488
7
+ data.tar.gz: 07417beb3a166238bd495ec79efea99e63c07f454620b295c8d36adbf841050f7873149ec2a8b86d5bc623a145f73785fa17aac38ac57641a63da5c42b1020b7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-secretmanager_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-10-08)
4
9
 
5
10
  * Regenerated from discovery document revision 20211001
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 Secretmanager service in particular.)
67
67
 
@@ -154,7 +154,7 @@ module Google
154
154
  end
155
155
  end
156
156
 
157
- # Associates `members` with a `role`.
157
+ # Associates `members`, or principals, with a `role`.
158
158
  class Binding
159
159
  include Google::Apis::Core::Hashable
160
160
 
@@ -177,7 +177,7 @@ module Google
177
177
  # @return [Google::Apis::SecretmanagerV1beta1::Expr]
178
178
  attr_accessor :condition
179
179
 
180
- # Specifies the identities requesting access for a Cloud Platform resource. `
180
+ # Specifies the principals requesting access for a Cloud Platform resource. `
181
181
  # members` can have the following values: * `allUsers`: A special identifier
182
182
  # that represents anyone who is on the internet; with or without a Google
183
183
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -207,8 +207,8 @@ module Google
207
207
  # @return [Array<String>]
208
208
  attr_accessor :members
209
209
 
210
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
211
- # , or `roles/owner`.
210
+ # Role that is assigned to the list of `members`, or principals. For example, `
211
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
212
212
  # Corresponds to the JSON property `role`
213
213
  # @return [String]
214
214
  attr_accessor :role
@@ -473,31 +473,31 @@ module Google
473
473
 
474
474
  # An Identity and Access Management (IAM) policy, which specifies access
475
475
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
476
- # A `binding` binds one or more `members` to a single `role`. Members can be
477
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
478
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
479
- # role or a user-created custom role. For some types of Google Cloud resources,
480
- # a `binding` can also specify a `condition`, which is a logical expression that
481
- # allows access to a resource only if the expression evaluates to `true`. A
482
- # condition can add constraints based on attributes of the request, the resource,
483
- # or both. To learn which resources support conditions in their IAM policies,
484
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
485
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
486
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
487
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
488
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
489
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
490
- # title": "expirable access", "description": "Does not grant access after Sep
491
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
492
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
493
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
494
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
495
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
496
- # roles/resourcemanager.organizationViewer condition: title: expirable access
497
- # description: Does not grant access after Sep 2020 expression: request.time <
498
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
499
- # description of IAM and its features, see the [IAM documentation](https://cloud.
500
- # google.com/iam/docs/).
476
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
477
+ # Principals can be user accounts, service accounts, Google groups, and domains (
478
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
479
+ # an IAM predefined role or a user-created custom role. For some types of Google
480
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
481
+ # logical expression that allows access to a resource only if the expression
482
+ # evaluates to `true`. A condition can add constraints based on attributes of
483
+ # the request, the resource, or both. To learn which resources support
484
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
485
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
486
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
487
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
488
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
489
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
490
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
491
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
492
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
493
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
494
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
495
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
496
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
497
+ # access description: Does not grant access after Sep 2020 expression: request.
498
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
499
+ # a description of IAM and its features, see the [IAM documentation](https://
500
+ # cloud.google.com/iam/docs/).
501
501
  class Policy
502
502
  include Google::Apis::Core::Hashable
503
503
 
@@ -506,14 +506,14 @@ module Google
506
506
  # @return [Array<Google::Apis::SecretmanagerV1beta1::AuditConfig>]
507
507
  attr_accessor :audit_configs
508
508
 
509
- # Associates a list of `members` to a `role`. Optionally, may specify a `
510
- # condition` that determines how and when the `bindings` are applied. Each of
511
- # the `bindings` must contain at least one member. The `bindings` in a `Policy`
512
- # can refer to up to 1,500 members; up to 250 of these members can be Google
513
- # groups. Each occurrence of a member counts towards these limits. For example,
514
- # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
515
- # not to any other member, then you can add another 1,450 members to the `
516
- # bindings` in the `Policy`.
509
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
510
+ # specify a `condition` that determines how and when the `bindings` are applied.
511
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
512
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
513
+ # can be Google groups. Each occurrence of a principal counts towards these
514
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
515
+ # example.com`, and not to any other principal, then you can add another 1,450
516
+ # principals to the `bindings` in the `Policy`.
517
517
  # Corresponds to the JSON property `bindings`
518
518
  # @return [Array<Google::Apis::SecretmanagerV1beta1::Binding>]
519
519
  attr_accessor :bindings
@@ -724,31 +724,31 @@ module Google
724
724
 
725
725
  # An Identity and Access Management (IAM) policy, which specifies access
726
726
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
727
- # A `binding` binds one or more `members` to a single `role`. Members can be
728
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
729
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
730
- # role or a user-created custom role. For some types of Google Cloud resources,
731
- # a `binding` can also specify a `condition`, which is a logical expression that
732
- # allows access to a resource only if the expression evaluates to `true`. A
733
- # condition can add constraints based on attributes of the request, the resource,
734
- # or both. To learn which resources support conditions in their IAM policies,
735
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
736
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
737
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
738
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
739
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
740
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
741
- # title": "expirable access", "description": "Does not grant access after Sep
742
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
743
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
744
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
745
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
746
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
747
- # roles/resourcemanager.organizationViewer condition: title: expirable access
748
- # description: Does not grant access after Sep 2020 expression: request.time <
749
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
750
- # description of IAM and its features, see the [IAM documentation](https://cloud.
751
- # google.com/iam/docs/).
727
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
728
+ # Principals can be user accounts, service accounts, Google groups, and domains (
729
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
730
+ # an IAM predefined role or a user-created custom role. For some types of Google
731
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
732
+ # logical expression that allows access to a resource only if the expression
733
+ # evaluates to `true`. A condition can add constraints based on attributes of
734
+ # the request, the resource, or both. To learn which resources support
735
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
736
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
737
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
738
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
739
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
740
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
741
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
742
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
743
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
744
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
745
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
746
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
747
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
748
+ # access description: Does not grant access after Sep 2020 expression: request.
749
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
750
+ # a description of IAM and its features, see the [IAM documentation](https://
751
+ # cloud.google.com/iam/docs/).
752
752
  # Corresponds to the JSON property `policy`
753
753
  # @return [Google::Apis::SecretmanagerV1beta1::Policy]
754
754
  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.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 = "20211001"
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-secretmanager_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-10-11 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-secretmanager_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1beta1/v0.10.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-secretmanager_v1beta1
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.11.0
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: []
65
65
  require_paths: