google-apis-managedidentities_v1beta1 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: 4594f0c289ed1b12141634f3fa0a872893287635a8cf6bf6e50ad3f92055900b
4
- data.tar.gz: 3dfb66abc247a2de2ba770cbe61c11b53ce181c5cc90ca2f8e31512f93450842
3
+ metadata.gz: eeedf3977b1153de7bfd7faa718c190bf62053a576a684813529123d74c3dc3d
4
+ data.tar.gz: e1605abfd4faa35557a92ce7433a5f64775470628d1965547af9d3dde2bc0018
5
5
  SHA512:
6
- metadata.gz: 3307a6c159c3a0ad25fc509e4be9e141b26ee33fe2acb2f23388c64630e08d59f6f7daea4395d0cc9fcd05227fb87b56537bdffa036cd008004c7f9997d8afc7
7
- data.tar.gz: 0c459d76bfa47a5654e6c1bdc6e7cbf11904d97b89b7ce4013413db61567b9af9ab3cb71f3331c9e0c0685182548e706124f90035461c9ae20f7e50355a7fca9
6
+ metadata.gz: 21d4372d59c6e5dfb4ba50d0f5026044008ae570ed3902c7bb4dc6c71b2b149168014d97ff8a3357cd6e11fd7b657211af569c1f0b0ebf5b4c0032703fe1a6e1
7
+ data.tar.gz: 00f1108f6a4f83621d4ddb201076e72ecaceff9734afab50729b3a6ae120fa97b0ea558bafb0c0ab06016c7213155eae17602072ee0114395143baf7faba77c9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-managedidentities_v1beta1
2
2
 
3
+ ### v0.16.0 (2021-11-14)
4
+
5
+ * Regenerated from discovery document revision 20211108
6
+
3
7
  ### v0.15.0 (2021-10-21)
4
8
 
5
9
  * Unspecified changes
@@ -99,7 +99,7 @@ module Google
99
99
  end
100
100
  end
101
101
 
102
- # Associates `members` with a `role`.
102
+ # Associates `members`, or principals, with a `role`.
103
103
  class Binding
104
104
  include Google::Apis::Core::Hashable
105
105
 
@@ -122,7 +122,7 @@ module Google
122
122
  # @return [Google::Apis::ManagedidentitiesV1beta1::Expr]
123
123
  attr_accessor :condition
124
124
 
125
- # Specifies the identities requesting access for a Cloud Platform resource. `
125
+ # Specifies the principals requesting access for a Cloud Platform resource. `
126
126
  # members` can have the following values: * `allUsers`: A special identifier
127
127
  # that represents anyone who is on the internet; with or without a Google
128
128
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -152,8 +152,8 @@ module Google
152
152
  # @return [Array<String>]
153
153
  attr_accessor :members
154
154
 
155
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
156
- # , or `roles/owner`.
155
+ # Role that is assigned to the list of `members`, or principals. For example, `
156
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
157
157
  # Corresponds to the JSON property `role`
158
158
  # @return [String]
159
159
  attr_accessor :role
@@ -1653,42 +1653,42 @@ module Google
1653
1653
 
1654
1654
  # An Identity and Access Management (IAM) policy, which specifies access
1655
1655
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1656
- # A `binding` binds one or more `members` to a single `role`. Members can be
1657
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1658
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1659
- # role or a user-created custom role. For some types of Google Cloud resources,
1660
- # a `binding` can also specify a `condition`, which is a logical expression that
1661
- # allows access to a resource only if the expression evaluates to `true`. A
1662
- # condition can add constraints based on attributes of the request, the resource,
1663
- # or both. To learn which resources support conditions in their IAM policies,
1664
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1665
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1666
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1667
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1668
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1669
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1670
- # title": "expirable access", "description": "Does not grant access after Sep
1671
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1672
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1673
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1674
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1675
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1676
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1677
- # description: Does not grant access after Sep 2020 expression: request.time <
1678
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1679
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1680
- # google.com/iam/docs/).
1656
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1657
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1658
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1659
+ # an IAM predefined role or a user-created custom role. For some types of Google
1660
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1661
+ # logical expression that allows access to a resource only if the expression
1662
+ # evaluates to `true`. A condition can add constraints based on attributes of
1663
+ # the request, the resource, or both. To learn which resources support
1664
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1665
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1666
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1667
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1668
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1669
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1670
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1671
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1672
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1673
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1674
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1675
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1676
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1677
+ # access description: Does not grant access after Sep 2020 expression: request.
1678
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1679
+ # a description of IAM and its features, see the [IAM documentation](https://
1680
+ # cloud.google.com/iam/docs/).
1681
1681
  class Policy
1682
1682
  include Google::Apis::Core::Hashable
1683
1683
 
1684
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1685
- # condition` that determines how and when the `bindings` are applied. Each of
1686
- # the `bindings` must contain at least one member. The `bindings` in a `Policy`
1687
- # can refer to up to 1,500 members; up to 250 of these members can be Google
1688
- # groups. Each occurrence of a member counts towards these limits. For example,
1689
- # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
1690
- # not to any other member, then you can add another 1,450 members to the `
1691
- # bindings` in the `Policy`.
1684
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1685
+ # specify a `condition` that determines how and when the `bindings` are applied.
1686
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1687
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1688
+ # can be Google groups. Each occurrence of a principal counts towards these
1689
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1690
+ # example.com`, and not to any other principal, then you can add another 1,450
1691
+ # principals to the `bindings` in the `Policy`.
1692
1692
  # Corresponds to the JSON property `bindings`
1693
1693
  # @return [Array<Google::Apis::ManagedidentitiesV1beta1::Binding>]
1694
1694
  attr_accessor :bindings
@@ -1857,31 +1857,31 @@ module Google
1857
1857
 
1858
1858
  # An Identity and Access Management (IAM) policy, which specifies access
1859
1859
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1860
- # A `binding` binds one or more `members` to a single `role`. Members can be
1861
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1862
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1863
- # role or a user-created custom role. For some types of Google Cloud resources,
1864
- # a `binding` can also specify a `condition`, which is a logical expression that
1865
- # allows access to a resource only if the expression evaluates to `true`. A
1866
- # condition can add constraints based on attributes of the request, the resource,
1867
- # or both. To learn which resources support conditions in their IAM policies,
1868
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1869
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1870
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1871
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1872
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1873
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1874
- # title": "expirable access", "description": "Does not grant access after Sep
1875
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1876
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1877
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1878
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1879
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1880
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1881
- # description: Does not grant access after Sep 2020 expression: request.time <
1882
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1883
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1884
- # google.com/iam/docs/).
1860
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1861
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1862
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1863
+ # an IAM predefined role or a user-created custom role. For some types of Google
1864
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1865
+ # logical expression that allows access to a resource only if the expression
1866
+ # evaluates to `true`. A condition can add constraints based on attributes of
1867
+ # the request, the resource, or both. To learn which resources support
1868
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1869
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1870
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1871
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1872
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1873
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1874
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1875
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1876
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1877
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1878
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1879
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1880
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1881
+ # access description: Does not grant access after Sep 2020 expression: request.
1882
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1883
+ # a description of IAM and its features, see the [IAM documentation](https://
1884
+ # cloud.google.com/iam/docs/).
1885
1885
  # Corresponds to the JSON property `policy`
1886
1886
  # @return [Google::Apis::ManagedidentitiesV1beta1::Policy]
1887
1887
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ManagedidentitiesV1beta1
18
18
  # Version of the google-apis-managedidentities_v1beta1 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 = "20211004"
25
+ REVISION = "20211108"
26
26
  end
27
27
  end
28
28
  end
@@ -302,13 +302,16 @@ module Google
302
302
  # REQUIRED: The resource for which the policy is being requested. See the
303
303
  # operation documentation for the appropriate value for this field.
304
304
  # @param [Fixnum] options_requested_policy_version
305
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
306
- # 3. Requests specifying an invalid value will be rejected. Requests for
307
- # policies with any conditional bindings must specify version 3. Policies
308
- # without any conditional bindings may specify any valid value or leave the
309
- # field unset. To learn which resources support conditions in their IAM policies,
310
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
311
- # resource-policies).
305
+ # Optional. The maximum policy version that will be used to format the policy.
306
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
307
+ # rejected. Requests for policies with any conditional role bindings must
308
+ # specify version 3. Policies with no conditional role bindings may specify any
309
+ # valid value or leave the field unset. The policy in the response might use the
310
+ # policy version that you specified, or it might use a lower policy version. For
311
+ # example, if you specify version 3, but the policy has no conditional role
312
+ # bindings, the response uses version 1. To learn which resources support
313
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
314
+ # google.com/iam/help/conditions/resource-policies).
312
315
  # @param [String] fields
313
316
  # Selector specifying which fields to include in a partial response.
314
317
  # @param [String] quota_user
@@ -813,13 +816,16 @@ module Google
813
816
  # REQUIRED: The resource for which the policy is being requested. See the
814
817
  # operation documentation for the appropriate value for this field.
815
818
  # @param [Fixnum] options_requested_policy_version
816
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
817
- # 3. Requests specifying an invalid value will be rejected. Requests for
818
- # policies with any conditional bindings must specify version 3. Policies
819
- # without any conditional bindings may specify any valid value or leave the
820
- # field unset. To learn which resources support conditions in their IAM policies,
821
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
822
- # resource-policies).
819
+ # Optional. The maximum policy version that will be used to format the policy.
820
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
821
+ # rejected. Requests for policies with any conditional role bindings must
822
+ # specify version 3. Policies with no conditional role bindings may specify any
823
+ # valid value or leave the field unset. The policy in the response might use the
824
+ # policy version that you specified, or it might use a lower policy version. For
825
+ # example, if you specify version 3, but the policy has no conditional role
826
+ # bindings, the response uses version 1. To learn which resources support
827
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
828
+ # google.com/iam/help/conditions/resource-policies).
823
829
  # @param [String] fields
824
830
  # Selector specifying which fields to include in a partial response.
825
831
  # @param [String] quota_user
@@ -1347,13 +1353,16 @@ module Google
1347
1353
  # REQUIRED: The resource for which the policy is being requested. See the
1348
1354
  # operation documentation for the appropriate value for this field.
1349
1355
  # @param [Fixnum] options_requested_policy_version
1350
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
1351
- # 3. Requests specifying an invalid value will be rejected. Requests for
1352
- # policies with any conditional bindings must specify version 3. Policies
1353
- # without any conditional bindings may specify any valid value or leave the
1354
- # field unset. To learn which resources support conditions in their IAM policies,
1355
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1356
- # resource-policies).
1356
+ # Optional. The maximum policy version that will be used to format the policy.
1357
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
1358
+ # rejected. Requests for policies with any conditional role bindings must
1359
+ # specify version 3. Policies with no conditional role bindings may specify any
1360
+ # valid value or leave the field unset. The policy in the response might use the
1361
+ # policy version that you specified, or it might use a lower policy version. For
1362
+ # example, if you specify version 3, but the policy has no conditional role
1363
+ # bindings, the response uses version 1. To learn which resources support
1364
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1365
+ # google.com/iam/help/conditions/resource-policies).
1357
1366
  # @param [String] fields
1358
1367
  # Selector specifying which fields to include in a partial response.
1359
1368
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-managedidentities_v1beta1
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-27 00:00:00.000000000 Z
11
+ date: 2021-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -59,7 +59,7 @@ licenses:
59
59
  metadata:
60
60
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
61
61
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1beta1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.15.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.16.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1beta1
64
64
  post_install_message:
65
65
  rdoc_options: []