google-apis-secretmanager_v1 0.15.0 → 0.16.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: 52a0af4f63fc1cf14601f2d0297ab675fa199402d3180495718b13359c6f6007
4
- data.tar.gz: a1a194580391b1dfdc8467a414853544dd3d2b7e646c2acc3077f29771244830
3
+ metadata.gz: 4201bd8db4747d5009893e203738f616a223e64ae477f44e1da494686e3037c0
4
+ data.tar.gz: dc62e241aad11e65d83a211c7ceb1597faaa33ecc8f363f04e067a572504055a
5
5
  SHA512:
6
- metadata.gz: a5bd50d634ed9cc09e8f64a4c0ed08efb3d23dcb244cc5fa098b1f0ccd0857ff3d7055501fb0f189d7a9a2e463ee809c51d667f1b9b4c301d14a5354fde59df3
7
- data.tar.gz: '0290f445581b40563b8ff8c57ff1b31cd21c6b0ed7e1a63141999a507b1987b515f72beee064d74e43a8075ba1900422e98b58b7de2683694ae617cf2cb818cd'
6
+ metadata.gz: f942007070c82f70b25c29a0ff34291e9a46057957ae2591a62876a58ea1ba70dfa02256c61c4ae9628296609959c58e07691957d5c973cf40eea4c370cf7e2a
7
+ data.tar.gz: 26332bff137d01c1d69ef6265bec6c80b08520790599a76ac2679495b33f22111edafb1363a9d6b64d3193d5012a477eee12499d5c0b2792255b0c25fa8774ca
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-secretmanager_v1
2
2
 
3
+ ### v0.16.0 (2021-10-22)
4
+
5
+ * Regenerated from discovery document revision 20211015
6
+ * Unspecified changes
7
+
3
8
  ### v0.15.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
 
@@ -181,7 +181,7 @@ module Google
181
181
  end
182
182
  end
183
183
 
184
- # Associates `members` with a `role`.
184
+ # Associates `members`, or principals, with a `role`.
185
185
  class Binding
186
186
  include Google::Apis::Core::Hashable
187
187
 
@@ -204,7 +204,7 @@ module Google
204
204
  # @return [Google::Apis::SecretmanagerV1::Expr]
205
205
  attr_accessor :condition
206
206
 
207
- # Specifies the identities requesting access for a Cloud Platform resource. `
207
+ # Specifies the principals requesting access for a Cloud Platform resource. `
208
208
  # members` can have the following values: * `allUsers`: A special identifier
209
209
  # that represents anyone who is on the internet; with or without a Google
210
210
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -234,8 +234,8 @@ module Google
234
234
  # @return [Array<String>]
235
235
  attr_accessor :members
236
236
 
237
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
238
- # , or `roles/owner`.
237
+ # Role that is assigned to the list of `members`, or principals. For example, `
238
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
239
239
  # Corresponds to the JSON property `role`
240
240
  # @return [String]
241
241
  attr_accessor :role
@@ -570,31 +570,31 @@ module Google
570
570
 
571
571
  # An Identity and Access Management (IAM) policy, which specifies access
572
572
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
573
- # A `binding` binds one or more `members` to a single `role`. Members can be
574
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
575
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
576
- # role or a user-created custom role. For some types of Google Cloud resources,
577
- # a `binding` can also specify a `condition`, which is a logical expression that
578
- # allows access to a resource only if the expression evaluates to `true`. A
579
- # condition can add constraints based on attributes of the request, the resource,
580
- # or both. To learn which resources support conditions in their IAM policies,
581
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
582
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
583
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
584
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
585
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
586
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
587
- # title": "expirable access", "description": "Does not grant access after Sep
588
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
589
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
590
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
591
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
592
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
593
- # roles/resourcemanager.organizationViewer condition: title: expirable access
594
- # description: Does not grant access after Sep 2020 expression: request.time <
595
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
596
- # description of IAM and its features, see the [IAM documentation](https://cloud.
597
- # google.com/iam/docs/).
573
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
574
+ # Principals can be user accounts, service accounts, Google groups, and domains (
575
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
576
+ # an IAM predefined role or a user-created custom role. For some types of Google
577
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
578
+ # logical expression that allows access to a resource only if the expression
579
+ # evaluates to `true`. A condition can add constraints based on attributes of
580
+ # the request, the resource, or both. To learn which resources support
581
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
582
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
583
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
584
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
585
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
586
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
587
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
588
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
589
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
590
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
591
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
592
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
593
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
594
+ # access description: Does not grant access after Sep 2020 expression: request.
595
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
596
+ # a description of IAM and its features, see the [IAM documentation](https://
597
+ # cloud.google.com/iam/docs/).
598
598
  class Policy
599
599
  include Google::Apis::Core::Hashable
600
600
 
@@ -603,14 +603,14 @@ module Google
603
603
  # @return [Array<Google::Apis::SecretmanagerV1::AuditConfig>]
604
604
  attr_accessor :audit_configs
605
605
 
606
- # Associates a list of `members` to a `role`. Optionally, may specify a `
607
- # condition` that determines how and when the `bindings` are applied. Each of
608
- # the `bindings` must contain at least one member. The `bindings` in a `Policy`
609
- # can refer to up to 1,500 members; up to 250 of these members can be Google
610
- # groups. Each occurrence of a member counts towards these limits. For example,
611
- # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
612
- # not to any other member, then you can add another 1,450 members to the `
613
- # bindings` in the `Policy`.
606
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
607
+ # specify a `condition` that determines how and when the `bindings` are applied.
608
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
609
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
610
+ # can be Google groups. Each occurrence of a principal counts towards these
611
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
612
+ # example.com`, and not to any other principal, then you can add another 1,450
613
+ # principals to the `bindings` in the `Policy`.
614
614
  # Corresponds to the JSON property `bindings`
615
615
  # @return [Array<Google::Apis::SecretmanagerV1::Binding>]
616
616
  attr_accessor :bindings
@@ -960,31 +960,31 @@ module Google
960
960
 
961
961
  # An Identity and Access Management (IAM) policy, which specifies access
962
962
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
963
- # A `binding` binds one or more `members` to a single `role`. Members can be
964
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
965
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
966
- # role or a user-created custom role. For some types of Google Cloud resources,
967
- # a `binding` can also specify a `condition`, which is a logical expression that
968
- # allows access to a resource only if the expression evaluates to `true`. A
969
- # condition can add constraints based on attributes of the request, the resource,
970
- # or both. To learn which resources support conditions in their IAM policies,
971
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
972
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
973
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
974
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
975
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
976
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
977
- # title": "expirable access", "description": "Does not grant access after Sep
978
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
979
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
980
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
981
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
982
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
983
- # roles/resourcemanager.organizationViewer condition: title: expirable access
984
- # description: Does not grant access after Sep 2020 expression: request.time <
985
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
986
- # description of IAM and its features, see the [IAM documentation](https://cloud.
987
- # google.com/iam/docs/).
963
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
964
+ # Principals can be user accounts, service accounts, Google groups, and domains (
965
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
966
+ # an IAM predefined role or a user-created custom role. For some types of Google
967
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
968
+ # logical expression that allows access to a resource only if the expression
969
+ # evaluates to `true`. A condition can add constraints based on attributes of
970
+ # the request, the resource, or both. To learn which resources support
971
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
972
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
973
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
974
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
975
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
976
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
977
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
978
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
979
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
980
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
981
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
982
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
983
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
984
+ # access description: Does not grant access after Sep 2020 expression: request.
985
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
986
+ # a description of IAM and its features, see the [IAM documentation](https://
987
+ # cloud.google.com/iam/docs/).
988
988
  # Corresponds to the JSON property `policy`
989
989
  # @return [Google::Apis::SecretmanagerV1::Policy]
990
990
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecretmanagerV1
18
18
  # Version of the google-apis-secretmanager_v1 gem
19
- GEM_VERSION = "0.15.0"
19
+ GEM_VERSION = "0.16.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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.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-25 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1/v0.15.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-secretmanager_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-secretmanager_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1/v0.16.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-secretmanager_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: