google-apis-cloudasset_v1 0.19.0 → 0.20.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: db6d83d5064ce69d26baedc8dbd8447b93f3f3d5f626d31e70b3a53f2b3e4d76
4
- data.tar.gz: 4eaaa1f19a51647e37e41a5cc858dda2b4c92d2cf0b321ee76243a7314d3b576
3
+ metadata.gz: 7a7a321c00448c37b7d586b6296645f5e3156734a0e3835129517e2581a9552b
4
+ data.tar.gz: d6bc8ae095a6b74270b9e2fafd815ded223a529488873e35c5546f0d6ff64e7c
5
5
  SHA512:
6
- metadata.gz: 577cb59a108fe1cd1799fa1bf91c30282e43e2d1f0e86f56d64163f64fad008d3e48ebe4734c81e385341d77d8002212dc2b3f7c62dcfd11e396a673d610f22f
7
- data.tar.gz: 4bad8d6d2ff06b4aa82d0ac5597cec20c58328d204d94cf07cfc5c020d8aa3bb737f62660f203db9cb1cbc8158193f38f2f3780565a3dbf77218e393e822a402
6
+ metadata.gz: cdc7caa66889074ea06902a4803b44d3c03b56101393b67ea47d98e25e49b24124609c649b6ed73d52bb94d7d6c531775426a5567ae4c969031b1b59f059bad1
7
+ data.tar.gz: 77ed7de6ad7f7f7c1cbe07a642321d7b48043195945956e25f7b122cd12672590c83a73efb42ca9037afb6571c025d78c507b1c73d69152a861a0d295a5df941
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.20.0 (2021-10-27)
4
+
5
+ * Regenerated from discovery document revision 20211022
6
+
3
7
  ### v0.19.0 (2021-09-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20210924
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 Cloudasset service in particular.)
67
67
 
@@ -208,31 +208,31 @@ module Google
208
208
 
209
209
  # An Identity and Access Management (IAM) policy, which specifies access
210
210
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
211
- # A `binding` binds one or more `members` to a single `role`. Members can be
212
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
213
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
214
- # role or a user-created custom role. For some types of Google Cloud resources,
215
- # a `binding` can also specify a `condition`, which is a logical expression that
216
- # allows access to a resource only if the expression evaluates to `true`. A
217
- # condition can add constraints based on attributes of the request, the resource,
218
- # or both. To learn which resources support conditions in their IAM policies,
219
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
220
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
221
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
222
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
223
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
224
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
225
- # title": "expirable access", "description": "Does not grant access after Sep
226
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
227
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
228
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
229
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
230
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
231
- # roles/resourcemanager.organizationViewer condition: title: expirable access
232
- # description: Does not grant access after Sep 2020 expression: request.time <
233
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
234
- # description of IAM and its features, see the [IAM documentation](https://cloud.
235
- # google.com/iam/docs/).
211
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
212
+ # Principals can be user accounts, service accounts, Google groups, and domains (
213
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
214
+ # an IAM predefined role or a user-created custom role. For some types of Google
215
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
216
+ # logical expression that allows access to a resource only if the expression
217
+ # evaluates to `true`. A condition can add constraints based on attributes of
218
+ # the request, the resource, or both. To learn which resources support
219
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
220
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
221
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
222
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
223
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
224
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
225
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
226
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
227
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
228
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
229
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
230
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
231
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
232
+ # access description: Does not grant access after Sep 2020 expression: request.
233
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
234
+ # a description of IAM and its features, see the [IAM documentation](https://
235
+ # cloud.google.com/iam/docs/).
236
236
  # Corresponds to the JSON property `iamPolicy`
237
237
  # @return [Google::Apis::CloudassetV1::Policy]
238
238
  attr_accessor :iam_policy
@@ -504,7 +504,7 @@ module Google
504
504
  end
505
505
  end
506
506
 
507
- # Associates `members` with a `role`.
507
+ # Associates `members`, or principals, with a `role`.
508
508
  class Binding
509
509
  include Google::Apis::Core::Hashable
510
510
 
@@ -527,7 +527,7 @@ module Google
527
527
  # @return [Google::Apis::CloudassetV1::Expr]
528
528
  attr_accessor :condition
529
529
 
530
- # Specifies the identities requesting access for a Cloud Platform resource. `
530
+ # Specifies the principals requesting access for a Cloud Platform resource. `
531
531
  # members` can have the following values: * `allUsers`: A special identifier
532
532
  # that represents anyone who is on the internet; with or without a Google
533
533
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -557,8 +557,8 @@ module Google
557
557
  # @return [Array<String>]
558
558
  attr_accessor :members
559
559
 
560
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
561
- # , or `roles/owner`.
560
+ # Role that is assigned to the list of `members`, or principals. For example, `
561
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
562
562
  # Corresponds to the JSON property `role`
563
563
  # @return [String]
564
564
  attr_accessor :role
@@ -1322,31 +1322,31 @@ module Google
1322
1322
 
1323
1323
  # An Identity and Access Management (IAM) policy, which specifies access
1324
1324
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1325
- # A `binding` binds one or more `members` to a single `role`. Members can be
1326
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1327
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1328
- # role or a user-created custom role. For some types of Google Cloud resources,
1329
- # a `binding` can also specify a `condition`, which is a logical expression that
1330
- # allows access to a resource only if the expression evaluates to `true`. A
1331
- # condition can add constraints based on attributes of the request, the resource,
1332
- # or both. To learn which resources support conditions in their IAM policies,
1333
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1334
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1335
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1336
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1337
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1338
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1339
- # title": "expirable access", "description": "Does not grant access after Sep
1340
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1341
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1342
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1343
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1344
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1345
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1346
- # description: Does not grant access after Sep 2020 expression: request.time <
1347
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1348
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1349
- # google.com/iam/docs/).
1325
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1326
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1327
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1328
+ # an IAM predefined role or a user-created custom role. For some types of Google
1329
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1330
+ # logical expression that allows access to a resource only if the expression
1331
+ # evaluates to `true`. A condition can add constraints based on attributes of
1332
+ # the request, the resource, or both. To learn which resources support
1333
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1334
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1335
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1336
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1337
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1338
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1339
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1340
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1341
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1342
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1343
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1344
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1345
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1346
+ # access description: Does not grant access after Sep 2020 expression: request.
1347
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1348
+ # a description of IAM and its features, see the [IAM documentation](https://
1349
+ # cloud.google.com/iam/docs/).
1350
1350
  # Corresponds to the JSON property `iamPolicy`
1351
1351
  # @return [Google::Apis::CloudassetV1::Policy]
1352
1352
  attr_accessor :iam_policy
@@ -2854,7 +2854,7 @@ module Google
2854
2854
  attr_accessor :fully_explored
2855
2855
  alias_method :fully_explored?, :fully_explored
2856
2856
 
2857
- # Associates `members` with a `role`.
2857
+ # Associates `members`, or principals, with a `role`.
2858
2858
  # Corresponds to the JSON property `iamBinding`
2859
2859
  # @return [Google::Apis::CloudassetV1::Binding]
2860
2860
  attr_accessor :iam_binding
@@ -2944,31 +2944,31 @@ module Google
2944
2944
 
2945
2945
  # An Identity and Access Management (IAM) policy, which specifies access
2946
2946
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
2947
- # A `binding` binds one or more `members` to a single `role`. Members can be
2948
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
2949
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
2950
- # role or a user-created custom role. For some types of Google Cloud resources,
2951
- # a `binding` can also specify a `condition`, which is a logical expression that
2952
- # allows access to a resource only if the expression evaluates to `true`. A
2953
- # condition can add constraints based on attributes of the request, the resource,
2954
- # or both. To learn which resources support conditions in their IAM policies,
2955
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
2956
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
2957
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
2958
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
2959
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
2960
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
2961
- # title": "expirable access", "description": "Does not grant access after Sep
2962
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
2963
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
2964
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
2965
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
2966
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2967
- # roles/resourcemanager.organizationViewer condition: title: expirable access
2968
- # description: Does not grant access after Sep 2020 expression: request.time <
2969
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
2970
- # description of IAM and its features, see the [IAM documentation](https://cloud.
2971
- # google.com/iam/docs/).
2947
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
2948
+ # Principals can be user accounts, service accounts, Google groups, and domains (
2949
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
2950
+ # an IAM predefined role or a user-created custom role. For some types of Google
2951
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
2952
+ # logical expression that allows access to a resource only if the expression
2953
+ # evaluates to `true`. A condition can add constraints based on attributes of
2954
+ # the request, the resource, or both. To learn which resources support
2955
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2956
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2957
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2958
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2959
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2960
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2961
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
2962
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2963
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2964
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
2965
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2966
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2967
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2968
+ # access description: Does not grant access after Sep 2020 expression: request.
2969
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2970
+ # a description of IAM and its features, see the [IAM documentation](https://
2971
+ # cloud.google.com/iam/docs/).
2972
2972
  # Corresponds to the JSON property `policy`
2973
2973
  # @return [Google::Apis::CloudassetV1::Policy]
2974
2974
  attr_accessor :policy
@@ -3015,8 +3015,8 @@ module Google
3015
3015
  class IdentitySelector
3016
3016
  include Google::Apis::Core::Hashable
3017
3017
 
3018
- # Required. The identity appear in the form of members in [IAM policy binding](
3019
- # https://cloud.google.com/iam/reference/rest/v1/Binding). The examples of
3018
+ # Required. The identity appear in the form of principals in [IAM policy binding]
3019
+ # (https://cloud.google.com/iam/reference/rest/v1/Binding). The examples of
3020
3020
  # supported forms are: "user:mike@example.com", "group:admins@example.com", "
3021
3021
  # domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com".
3022
3022
  # Notice that wildcard characters (such as * and ?) are not supported. You must
@@ -3395,15 +3395,16 @@ module Google
3395
3395
  attr_accessor :expand_roles
3396
3396
  alias_method :expand_roles?, :expand_roles
3397
3397
 
3398
- # Optional. If true, the result will output group identity edges, starting from
3399
- # the binding's group members, to any expanded identities. Default is false.
3398
+ # Optional. If true, the result will output the relevant membership
3399
+ # relationships between groups and other groups, and between groups and
3400
+ # principals. Default is false.
3400
3401
  # Corresponds to the JSON property `outputGroupEdges`
3401
3402
  # @return [Boolean]
3402
3403
  attr_accessor :output_group_edges
3403
3404
  alias_method :output_group_edges?, :output_group_edges
3404
3405
 
3405
- # Optional. If true, the result will output resource edges, starting from the
3406
- # policy attached resource, to any expanded resources. Default is false.
3406
+ # Optional. If true, the result will output the relevant parent/child
3407
+ # relationships between resources. Default is false.
3407
3408
  # Corresponds to the JSON property `outputResourceEdges`
3408
3409
  # @return [Boolean]
3409
3410
  attr_accessor :output_resource_edges
@@ -3551,31 +3552,31 @@ module Google
3551
3552
 
3552
3553
  # An Identity and Access Management (IAM) policy, which specifies access
3553
3554
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
3554
- # A `binding` binds one or more `members` to a single `role`. Members can be
3555
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
3556
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
3557
- # role or a user-created custom role. For some types of Google Cloud resources,
3558
- # a `binding` can also specify a `condition`, which is a logical expression that
3559
- # allows access to a resource only if the expression evaluates to `true`. A
3560
- # condition can add constraints based on attributes of the request, the resource,
3561
- # or both. To learn which resources support conditions in their IAM policies,
3562
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
3563
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
3564
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
3565
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
3566
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
3567
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
3568
- # title": "expirable access", "description": "Does not grant access after Sep
3569
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
3570
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
3571
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
3572
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
3573
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
3574
- # roles/resourcemanager.organizationViewer condition: title: expirable access
3575
- # description: Does not grant access after Sep 2020 expression: request.time <
3576
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
3577
- # description of IAM and its features, see the [IAM documentation](https://cloud.
3578
- # google.com/iam/docs/).
3555
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
3556
+ # Principals can be user accounts, service accounts, Google groups, and domains (
3557
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
3558
+ # an IAM predefined role or a user-created custom role. For some types of Google
3559
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
3560
+ # logical expression that allows access to a resource only if the expression
3561
+ # evaluates to `true`. A condition can add constraints based on attributes of
3562
+ # the request, the resource, or both. To learn which resources support
3563
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
3564
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
3565
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
3566
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
3567
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
3568
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
3569
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
3570
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
3571
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
3572
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
3573
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
3574
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
3575
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
3576
+ # access description: Does not grant access after Sep 2020 expression: request.
3577
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
3578
+ # a description of IAM and its features, see the [IAM documentation](https://
3579
+ # cloud.google.com/iam/docs/).
3579
3580
  class Policy
3580
3581
  include Google::Apis::Core::Hashable
3581
3582
 
@@ -3584,9 +3585,14 @@ module Google
3584
3585
  # @return [Array<Google::Apis::CloudassetV1::AuditConfig>]
3585
3586
  attr_accessor :audit_configs
3586
3587
 
3587
- # Associates a list of `members` to a `role`. Optionally, may specify a `
3588
- # condition` that determines how and when the `bindings` are applied. Each of
3589
- # the `bindings` must contain at least one member.
3588
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
3589
+ # specify a `condition` that determines how and when the `bindings` are applied.
3590
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
3591
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
3592
+ # can be Google groups. Each occurrence of a principal counts towards these
3593
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
3594
+ # example.com`, and not to any other principal, then you can add another 1,450
3595
+ # principals to the `bindings` in the `Policy`.
3590
3596
  # Corresponds to the JSON property `bindings`
3591
3597
  # @return [Array<Google::Apis::CloudassetV1::Binding>]
3592
3598
  attr_accessor :bindings
@@ -4230,8 +4236,8 @@ module Google
4230
4236
  attr_accessor :qfe_package
4231
4237
 
4232
4238
  # Contains information about a Windows application that is retrieved from the
4233
- # Windows Registry. For more information about these fields, see Windows
4234
- # Installer Properties for the Uninstall Registry.
4239
+ # Windows Registry. For more information about these fields, see: https://docs.
4240
+ # microsoft.com/en-us/windows/win32/msi/uninstall-registry-key
4235
4241
  # Corresponds to the JSON property `windowsApplication`
4236
4242
  # @return [Google::Apis::CloudassetV1::WindowsApplication]
4237
4243
  attr_accessor :windows_application
@@ -4498,8 +4504,8 @@ module Google
4498
4504
  end
4499
4505
 
4500
4506
  # Contains information about a Windows application that is retrieved from the
4501
- # Windows Registry. For more information about these fields, see Windows
4502
- # Installer Properties for the Uninstall Registry.
4507
+ # Windows Registry. For more information about these fields, see: https://docs.
4508
+ # microsoft.com/en-us/windows/win32/msi/uninstall-registry-key
4503
4509
  class WindowsApplication
4504
4510
  include Google::Apis::Core::Hashable
4505
4511
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1
18
18
  # Version of the google-apis-cloudasset_v1 gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.20.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 = "20210924"
25
+ REVISION = "20211022"
26
26
  end
27
27
  end
28
28
  end
@@ -352,8 +352,8 @@ module Google
352
352
  # value must not be earlier than the current time; otherwise, an
353
353
  # INVALID_ARGUMENT error will be returned.
354
354
  # @param [String] analysis_query_identity_selector_identity
355
- # Required. The identity appear in the form of members in [IAM policy binding](
356
- # https://cloud.google.com/iam/reference/rest/v1/Binding). The examples of
355
+ # Required. The identity appear in the form of principals in [IAM policy binding]
356
+ # (https://cloud.google.com/iam/reference/rest/v1/Binding). The examples of
357
357
  # supported forms are: "user:mike@example.com", "group:admins@example.com", "
358
358
  # domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com".
359
359
  # Notice that wildcard characters (such as * and ?) are not supported. You must
@@ -402,11 +402,12 @@ module Google
402
402
  # result will be determined by the selector, and this flag is not allowed to set.
403
403
  # Default is false.
404
404
  # @param [Boolean] analysis_query_options_output_group_edges
405
- # Optional. If true, the result will output group identity edges, starting from
406
- # the binding's group members, to any expanded identities. Default is false.
405
+ # Optional. If true, the result will output the relevant membership
406
+ # relationships between groups and other groups, and between groups and
407
+ # principals. Default is false.
407
408
  # @param [Boolean] analysis_query_options_output_resource_edges
408
- # Optional. If true, the result will output resource edges, starting from the
409
- # policy attached resource, to any expanded resources. Default is false.
409
+ # Optional. If true, the result will output the relevant parent/child
410
+ # relationships between resources. Default is false.
410
411
  # @param [String] analysis_query_resource_selector_full_resource_name
411
412
  # Required. The [full resource name] (https://cloud.google.com/asset-inventory/
412
413
  # docs/resource-name-format) of a resource of [supported resource types](https://
@@ -713,9 +714,9 @@ module Google
713
714
  # how_to_construct_a_query) for more information. If not specified or empty, it
714
715
  # will search all the IAM policies within the specified `scope`. Note that the
715
716
  # query string is compared against each Cloud IAM policy binding, including its
716
- # members, roles, and Cloud IAM conditions. The returned Cloud IAM policies will
717
- # only contain the bindings that match your query. To learn more about the IAM
718
- # policy structure, see [IAM policy doc](https://cloud.google.com/iam/docs/
717
+ # principals, roles, and Cloud IAM conditions. The returned Cloud IAM policies
718
+ # will only contain the bindings that match your query. To learn more about the
719
+ # IAM policy structure, see [IAM policy doc](https://cloud.google.com/iam/docs/
719
720
  # policies#structure). Examples: * `policy:amy@gmail.com` to find IAM policy
720
721
  # bindings that specify user "amy@gmail.com". * `policy:roles/compute.admin` to
721
722
  # find IAM policy bindings that specify the Compute Admin role. * `policy:comp*`
@@ -737,8 +738,8 @@ module Google
737
738
  # instance1 OR instance2) policy:amy` to find IAM policy bindings that are set
738
739
  # on resources "instance1" or "instance2" and also specify user "amy". * `roles:
739
740
  # roles/compute.admin` to find IAM policy bindings that specify the Compute
740
- # Admin role. * `memberTypes:user` to find IAM policy bindings that contain the "
741
- # user" member type.
741
+ # Admin role. * `memberTypes:user` to find IAM policy bindings that contain the
742
+ # principal type "user".
742
743
  # @param [String] fields
743
744
  # Selector specifying which fields to include in a partial response.
744
745
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.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-04 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-cloudasset_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.19.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.20.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: