google-apis-iam_v1 0.18.0 → 0.19.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: d5ee8c15b7ce34298a23819f6916c1dfb19d275b5c3abe81cff9e741b1adcf07
4
- data.tar.gz: 95c274e7db4fc776cebc4fd9ce4eb518a10c231718fcd7a46e6f913e869ca259
3
+ metadata.gz: f84671c11b79d12cad55b1f4918ea6e8c8d0ceedd4fa9b5094f9b4294a36eeeb
4
+ data.tar.gz: d2e72f6179edcd88d808086d0e9a5d04b9d31b28dcc3bee91e20d8e9c5fa696e
5
5
  SHA512:
6
- metadata.gz: 145d5730b75e12552b43c69b52502baf571356a7d16b3b10bc2557da99c5bc5a2aed6251833d5e7eea819daed08ca2a5a2d1888dabed7453f786a45f65c24eda
7
- data.tar.gz: 7e0f6f6fc9dea08e6936349b113b21d76cd05099226426fe901dc39b4e8b32b288c2c177002e40f5a56371143cb3ca225cc46c04a3067b4b078f98e0ac5bcacf
6
+ metadata.gz: bcf3abedbd373be33147956224ddab365e70ac7ca9d11102abb392b0e85d5a0e2b86ae5dd2ca47f5dcbfa64bec538374fa95400641a3b80e7066abb97ace58a8
7
+ data.tar.gz: 52d234f9e5ecb8e8eff1822c2995f287b1c8bd65faf92880d68f6c96a2d41199d2ccac9e285df928592a9d3938d6ad1426fdd81acff0c42e8977e945843a1131
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.19.0 (2022-01-21)
4
+
5
+ * Regenerated from discovery document revision 20220112
6
+
3
7
  ### v0.18.0 (2022-01-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20220105
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IamV1
18
18
  # Version of the google-apis-iam_v1 gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220105"
25
+ REVISION = "20220112"
26
26
  end
27
27
  end
28
28
  end
@@ -181,18 +181,20 @@ module Google
181
181
  # Creates a new custom Role.
182
182
  # @param [String] parent
183
183
  # The `parent` parameter's value depends on the target resource for the request,
184
- # namely [`projects`](/iam/reference/rest/v1/projects.roles) or [`organizations`]
185
- # (/iam/reference/rest/v1/organizations.roles). Each resource type's `parent`
186
- # value format is described below: * [`projects.roles.create()`](/iam/reference/
184
+ # namely [`projects`](https://cloud.google.com/iam/reference/rest/v1/projects.
185
+ # roles) or [`organizations`](https://cloud.google.com/iam/reference/rest/v1/
186
+ # organizations.roles). Each resource type's `parent` value format is described
187
+ # below: * [`projects.roles.create()`](https://cloud.google.com/iam/reference/
187
188
  # rest/v1/projects.roles/create): `projects/`PROJECT_ID``. This method creates
188
- # project-level [custom roles](/iam/docs/understanding-custom-roles). Example
189
- # request URL: `https://iam.googleapis.com/v1/projects/`PROJECT_ID`/roles` * [`
190
- # organizations.roles.create()`](/iam/reference/rest/v1/organizations.roles/
191
- # create): `organizations/`ORGANIZATION_ID``. This method creates organization-
192
- # level [custom roles](/iam/docs/understanding-custom-roles). Example request
193
- # URL: `https://iam.googleapis.com/v1/organizations/`ORGANIZATION_ID`/roles`
194
- # Note: Wildcard (*) values are invalid; you must specify a complete project ID
195
- # or organization ID.
189
+ # project-level [custom roles](https://cloud.google.com/iam/docs/understanding-
190
+ # custom-roles). Example request URL: `https://iam.googleapis.com/v1/projects/`
191
+ # PROJECT_ID`/roles` * [`organizations.roles.create()`](https://cloud.google.com/
192
+ # iam/reference/rest/v1/organizations.roles/create): `organizations/`
193
+ # ORGANIZATION_ID``. This method creates organization-level [custom roles](https:
194
+ # //cloud.google.com/iam/docs/understanding-custom-roles). Example request URL: `
195
+ # https://iam.googleapis.com/v1/organizations/`ORGANIZATION_ID`/roles` Note:
196
+ # Wildcard (*) values are invalid; you must specify a complete project ID or
197
+ # organization ID.
196
198
  # @param [Google::Apis::IamV1::CreateRoleRequest] create_role_request_object
197
199
  # @param [String] fields
198
200
  # Selector specifying which fields to include in a partial response.
@@ -233,16 +235,18 @@ module Google
233
235
  # binding is permanently removed.
234
236
  # @param [String] name
235
237
  # The `name` parameter's value depends on the target resource for the request,
236
- # namely [`projects`](/iam/reference/rest/v1/projects.roles) or [`organizations`]
237
- # (/iam/reference/rest/v1/organizations.roles). Each resource type's `name`
238
- # value format is described below: * [`projects.roles.delete()`](/iam/reference/
238
+ # namely [`projects`](https://cloud.google.com/iam/reference/rest/v1/projects.
239
+ # roles) or [`organizations`](https://cloud.google.com/iam/reference/rest/v1/
240
+ # organizations.roles). Each resource type's `name` value format is described
241
+ # below: * [`projects.roles.delete()`](https://cloud.google.com/iam/reference/
239
242
  # rest/v1/projects.roles/delete): `projects/`PROJECT_ID`/roles/`CUSTOM_ROLE_ID``.
240
- # This method deletes only [custom roles](/iam/docs/understanding-custom-roles)
241
- # that have been created at the project level. Example request URL: `https://iam.
242
- # googleapis.com/v1/projects/`PROJECT_ID`/roles/`CUSTOM_ROLE_ID`` * [`
243
- # organizations.roles.delete()`](/iam/reference/rest/v1/organizations.roles/
244
- # delete): `organizations/`ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID``. This method
245
- # deletes only [custom roles](/iam/docs/understanding-custom-roles) that have
243
+ # This method deletes only [custom roles](https://cloud.google.com/iam/docs/
244
+ # understanding-custom-roles) that have been created at the project level.
245
+ # Example request URL: `https://iam.googleapis.com/v1/projects/`PROJECT_ID`/
246
+ # roles/`CUSTOM_ROLE_ID`` * [`organizations.roles.delete()`](https://cloud.
247
+ # google.com/iam/reference/rest/v1/organizations.roles/delete): `organizations/`
248
+ # ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID``. This method deletes only [custom
249
+ # roles](https://cloud.google.com/iam/docs/understanding-custom-roles) that have
246
250
  # been created at the organization level. Example request URL: `https://iam.
247
251
  # googleapis.com/v1/organizations/`ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID`` Note:
248
252
  # Wildcard (*) values are invalid; you must specify a complete project ID or
@@ -280,24 +284,26 @@ module Google
280
284
  # Gets the definition of a Role.
281
285
  # @param [String] name
282
286
  # The `name` parameter's value depends on the target resource for the request,
283
- # namely [`roles`](/iam/reference/rest/v1/roles), [`projects`](/iam/reference/
284
- # rest/v1/projects.roles), or [`organizations`](/iam/reference/rest/v1/
285
- # organizations.roles). Each resource type's `name` value format is described
286
- # below: * [`roles.get()`](/iam/reference/rest/v1/roles/get): `roles/`ROLE_NAME``
287
- # . This method returns results from all [predefined roles](/iam/docs/
288
- # understanding-roles#predefined_roles) in Cloud IAM. Example request URL: `
289
- # https://iam.googleapis.com/v1/roles/`ROLE_NAME`` * [`projects.roles.get()`](/
290
- # iam/reference/rest/v1/projects.roles/get): `projects/`PROJECT_ID`/roles/`
291
- # CUSTOM_ROLE_ID``. This method returns only [custom roles](/iam/docs/
292
- # understanding-custom-roles) that have been created at the project level.
293
- # Example request URL: `https://iam.googleapis.com/v1/projects/`PROJECT_ID`/
294
- # roles/`CUSTOM_ROLE_ID`` * [`organizations.roles.get()`](/iam/reference/rest/v1/
287
+ # namely [`roles`](https://cloud.google.com/iam/reference/rest/v1/roles), [`
288
+ # projects`](https://cloud.google.com/iam/reference/rest/v1/projects.roles), or [
289
+ # `organizations`](https://cloud.google.com/iam/reference/rest/v1/organizations.
290
+ # roles). Each resource type's `name` value format is described below: * [`roles.
291
+ # get()`](https://cloud.google.com/iam/reference/rest/v1/roles/get): `roles/`
292
+ # ROLE_NAME``. This method returns results from all [predefined roles](https://
293
+ # cloud.google.com/iam/docs/understanding-roles#predefined_roles) in Cloud IAM.
294
+ # Example request URL: `https://iam.googleapis.com/v1/roles/`ROLE_NAME`` * [`
295
+ # projects.roles.get()`](https://cloud.google.com/iam/reference/rest/v1/projects.
296
+ # roles/get): `projects/`PROJECT_ID`/roles/`CUSTOM_ROLE_ID``. This method
297
+ # returns only [custom roles](https://cloud.google.com/iam/docs/understanding-
298
+ # custom-roles) that have been created at the project level. Example request URL:
299
+ # `https://iam.googleapis.com/v1/projects/`PROJECT_ID`/roles/`CUSTOM_ROLE_ID`` *
300
+ # [`organizations.roles.get()`](https://cloud.google.com/iam/reference/rest/v1/
295
301
  # organizations.roles/get): `organizations/`ORGANIZATION_ID`/roles/`
296
- # CUSTOM_ROLE_ID``. This method returns only [custom roles](/iam/docs/
297
- # understanding-custom-roles) that have been created at the organization level.
298
- # Example request URL: `https://iam.googleapis.com/v1/organizations/`
299
- # ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID`` Note: Wildcard (*) values are invalid;
300
- # you must specify a complete project ID or organization ID.
302
+ # CUSTOM_ROLE_ID``. This method returns only [custom roles](https://cloud.google.
303
+ # com/iam/docs/understanding-custom-roles) that have been created at the
304
+ # organization level. Example request URL: `https://iam.googleapis.com/v1/
305
+ # organizations/`ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID`` Note: Wildcard (*)
306
+ # values are invalid; you must specify a complete project ID or organization ID.
301
307
  # @param [String] fields
302
308
  # Selector specifying which fields to include in a partial response.
303
309
  # @param [String] quota_user
@@ -329,22 +335,25 @@ module Google
329
335
  # defined for an organization or project.
330
336
  # @param [String] parent
331
337
  # The `parent` parameter's value depends on the target resource for the request,
332
- # namely [`roles`](/iam/reference/rest/v1/roles), [`projects`](/iam/reference/
333
- # rest/v1/projects.roles), or [`organizations`](/iam/reference/rest/v1/
334
- # organizations.roles). Each resource type's `parent` value format is described
335
- # below: * [`roles.list()`](/iam/reference/rest/v1/roles/list): An empty string.
336
- # This method doesn't require a resource; it simply returns all [predefined
337
- # roles](/iam/docs/understanding-roles#predefined_roles) in Cloud IAM. Example
338
- # request URL: `https://iam.googleapis.com/v1/roles` * [`projects.roles.list()`](
339
- # /iam/reference/rest/v1/projects.roles/list): `projects/`PROJECT_ID``. This
340
- # method lists all project-level [custom roles](/iam/docs/understanding-custom-
341
- # roles). Example request URL: `https://iam.googleapis.com/v1/projects/`
342
- # PROJECT_ID`/roles` * [`organizations.roles.list()`](/iam/reference/rest/v1/
343
- # organizations.roles/list): `organizations/`ORGANIZATION_ID``. This method
344
- # lists all organization-level [custom roles](/iam/docs/understanding-custom-
345
- # roles). Example request URL: `https://iam.googleapis.com/v1/organizations/`
346
- # ORGANIZATION_ID`/roles` Note: Wildcard (*) values are invalid; you must
347
- # specify a complete project ID or organization ID.
338
+ # namely [`roles`](https://cloud.google.com/iam/reference/rest/v1/roles), [`
339
+ # projects`](https://cloud.google.com/iam/reference/rest/v1/projects.roles), or [
340
+ # `organizations`](https://cloud.google.com/iam/reference/rest/v1/organizations.
341
+ # roles). Each resource type's `parent` value format is described below: * [`
342
+ # roles.list()`](https://cloud.google.com/iam/reference/rest/v1/roles/list): An
343
+ # empty string. This method doesn't require a resource; it simply returns all [
344
+ # predefined roles](https://cloud.google.com/iam/docs/understanding-roles#
345
+ # predefined_roles) in Cloud IAM. Example request URL: `https://iam.googleapis.
346
+ # com/v1/roles` * [`projects.roles.list()`](https://cloud.google.com/iam/
347
+ # reference/rest/v1/projects.roles/list): `projects/`PROJECT_ID``. This method
348
+ # lists all project-level [custom roles](https://cloud.google.com/iam/docs/
349
+ # understanding-custom-roles). Example request URL: `https://iam.googleapis.com/
350
+ # v1/projects/`PROJECT_ID`/roles` * [`organizations.roles.list()`](https://cloud.
351
+ # google.com/iam/reference/rest/v1/organizations.roles/list): `organizations/`
352
+ # ORGANIZATION_ID``. This method lists all organization-level [custom roles](
353
+ # https://cloud.google.com/iam/docs/understanding-custom-roles). Example request
354
+ # URL: `https://iam.googleapis.com/v1/organizations/`ORGANIZATION_ID`/roles`
355
+ # Note: Wildcard (*) values are invalid; you must specify a complete project ID
356
+ # or organization ID.
348
357
  # @param [Fixnum] page_size
349
358
  # Optional limit on the number of roles to include in the response. The default
350
359
  # is 300, and the maximum is 1,000.
@@ -391,16 +400,18 @@ module Google
391
400
  # Updates the definition of a custom Role.
392
401
  # @param [String] name
393
402
  # The `name` parameter's value depends on the target resource for the request,
394
- # namely [`projects`](/iam/reference/rest/v1/projects.roles) or [`organizations`]
395
- # (/iam/reference/rest/v1/organizations.roles). Each resource type's `name`
396
- # value format is described below: * [`projects.roles.patch()`](/iam/reference/
403
+ # namely [`projects`](https://cloud.google.com/iam/reference/rest/v1/projects.
404
+ # roles) or [`organizations`](https://cloud.google.com/iam/reference/rest/v1/
405
+ # organizations.roles). Each resource type's `name` value format is described
406
+ # below: * [`projects.roles.patch()`](https://cloud.google.com/iam/reference/
397
407
  # rest/v1/projects.roles/patch): `projects/`PROJECT_ID`/roles/`CUSTOM_ROLE_ID``.
398
- # This method updates only [custom roles](/iam/docs/understanding-custom-roles)
399
- # that have been created at the project level. Example request URL: `https://iam.
400
- # googleapis.com/v1/projects/`PROJECT_ID`/roles/`CUSTOM_ROLE_ID`` * [`
401
- # organizations.roles.patch()`](/iam/reference/rest/v1/organizations.roles/patch)
402
- # : `organizations/`ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID``. This method
403
- # updates only [custom roles](/iam/docs/understanding-custom-roles) that have
408
+ # This method updates only [custom roles](https://cloud.google.com/iam/docs/
409
+ # understanding-custom-roles) that have been created at the project level.
410
+ # Example request URL: `https://iam.googleapis.com/v1/projects/`PROJECT_ID`/
411
+ # roles/`CUSTOM_ROLE_ID`` * [`organizations.roles.patch()`](https://cloud.google.
412
+ # com/iam/reference/rest/v1/organizations.roles/patch): `organizations/`
413
+ # ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID``. This method updates only [custom
414
+ # roles](https://cloud.google.com/iam/docs/understanding-custom-roles) that have
404
415
  # been created at the organization level. Example request URL: `https://iam.
405
416
  # googleapis.com/v1/organizations/`ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID`` Note:
406
417
  # Wildcard (*) values are invalid; you must specify a complete project ID or
@@ -441,20 +452,22 @@ module Google
441
452
  # Undeletes a custom Role.
442
453
  # @param [String] name
443
454
  # The `name` parameter's value depends on the target resource for the request,
444
- # namely [`projects`](/iam/reference/rest/v1/projects.roles) or [`organizations`]
445
- # (/iam/reference/rest/v1/organizations.roles). Each resource type's `name`
446
- # value format is described below: * [`projects.roles.undelete()`](/iam/
447
- # reference/rest/v1/projects.roles/undelete): `projects/`PROJECT_ID`/roles/`
448
- # CUSTOM_ROLE_ID``. This method undeletes only [custom roles](/iam/docs/
455
+ # namely [`projects`](https://cloud.google.com/iam/reference/rest/v1/projects.
456
+ # roles) or [`organizations`](https://cloud.google.com/iam/reference/rest/v1/
457
+ # organizations.roles). Each resource type's `name` value format is described
458
+ # below: * [`projects.roles.undelete()`](https://cloud.google.com/iam/reference/
459
+ # rest/v1/projects.roles/undelete): `projects/`PROJECT_ID`/roles/`CUSTOM_ROLE_ID`
460
+ # `. This method undeletes only [custom roles](https://cloud.google.com/iam/docs/
449
461
  # understanding-custom-roles) that have been created at the project level.
450
462
  # Example request URL: `https://iam.googleapis.com/v1/projects/`PROJECT_ID`/
451
- # roles/`CUSTOM_ROLE_ID`` * [`organizations.roles.undelete()`](/iam/reference/
452
- # rest/v1/organizations.roles/undelete): `organizations/`ORGANIZATION_ID`/roles/`
453
- # CUSTOM_ROLE_ID``. This method undeletes only [custom roles](/iam/docs/
454
- # understanding-custom-roles) that have been created at the organization level.
455
- # Example request URL: `https://iam.googleapis.com/v1/organizations/`
456
- # ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID`` Note: Wildcard (*) values are invalid;
457
- # you must specify a complete project ID or organization ID.
463
+ # roles/`CUSTOM_ROLE_ID`` * [`organizations.roles.undelete()`](https://cloud.
464
+ # google.com/iam/reference/rest/v1/organizations.roles/undelete): `organizations/
465
+ # `ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID``. This method undeletes only [custom
466
+ # roles](https://cloud.google.com/iam/docs/understanding-custom-roles) that have
467
+ # been created at the organization level. Example request URL: `https://iam.
468
+ # googleapis.com/v1/organizations/`ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID`` Note:
469
+ # Wildcard (*) values are invalid; you must specify a complete project ID or
470
+ # organization ID.
458
471
  # @param [Google::Apis::IamV1::UndeleteRoleRequest] undelete_role_request_object
459
472
  # @param [String] fields
460
473
  # Selector specifying which fields to include in a partial response.
@@ -1017,18 +1030,20 @@ module Google
1017
1030
  # Creates a new custom Role.
1018
1031
  # @param [String] parent
1019
1032
  # The `parent` parameter's value depends on the target resource for the request,
1020
- # namely [`projects`](/iam/reference/rest/v1/projects.roles) or [`organizations`]
1021
- # (/iam/reference/rest/v1/organizations.roles). Each resource type's `parent`
1022
- # value format is described below: * [`projects.roles.create()`](/iam/reference/
1033
+ # namely [`projects`](https://cloud.google.com/iam/reference/rest/v1/projects.
1034
+ # roles) or [`organizations`](https://cloud.google.com/iam/reference/rest/v1/
1035
+ # organizations.roles). Each resource type's `parent` value format is described
1036
+ # below: * [`projects.roles.create()`](https://cloud.google.com/iam/reference/
1023
1037
  # rest/v1/projects.roles/create): `projects/`PROJECT_ID``. This method creates
1024
- # project-level [custom roles](/iam/docs/understanding-custom-roles). Example
1025
- # request URL: `https://iam.googleapis.com/v1/projects/`PROJECT_ID`/roles` * [`
1026
- # organizations.roles.create()`](/iam/reference/rest/v1/organizations.roles/
1027
- # create): `organizations/`ORGANIZATION_ID``. This method creates organization-
1028
- # level [custom roles](/iam/docs/understanding-custom-roles). Example request
1029
- # URL: `https://iam.googleapis.com/v1/organizations/`ORGANIZATION_ID`/roles`
1030
- # Note: Wildcard (*) values are invalid; you must specify a complete project ID
1031
- # or organization ID.
1038
+ # project-level [custom roles](https://cloud.google.com/iam/docs/understanding-
1039
+ # custom-roles). Example request URL: `https://iam.googleapis.com/v1/projects/`
1040
+ # PROJECT_ID`/roles` * [`organizations.roles.create()`](https://cloud.google.com/
1041
+ # iam/reference/rest/v1/organizations.roles/create): `organizations/`
1042
+ # ORGANIZATION_ID``. This method creates organization-level [custom roles](https:
1043
+ # //cloud.google.com/iam/docs/understanding-custom-roles). Example request URL: `
1044
+ # https://iam.googleapis.com/v1/organizations/`ORGANIZATION_ID`/roles` Note:
1045
+ # Wildcard (*) values are invalid; you must specify a complete project ID or
1046
+ # organization ID.
1032
1047
  # @param [Google::Apis::IamV1::CreateRoleRequest] create_role_request_object
1033
1048
  # @param [String] fields
1034
1049
  # Selector specifying which fields to include in a partial response.
@@ -1069,16 +1084,18 @@ module Google
1069
1084
  # binding is permanently removed.
1070
1085
  # @param [String] name
1071
1086
  # The `name` parameter's value depends on the target resource for the request,
1072
- # namely [`projects`](/iam/reference/rest/v1/projects.roles) or [`organizations`]
1073
- # (/iam/reference/rest/v1/organizations.roles). Each resource type's `name`
1074
- # value format is described below: * [`projects.roles.delete()`](/iam/reference/
1087
+ # namely [`projects`](https://cloud.google.com/iam/reference/rest/v1/projects.
1088
+ # roles) or [`organizations`](https://cloud.google.com/iam/reference/rest/v1/
1089
+ # organizations.roles). Each resource type's `name` value format is described
1090
+ # below: * [`projects.roles.delete()`](https://cloud.google.com/iam/reference/
1075
1091
  # rest/v1/projects.roles/delete): `projects/`PROJECT_ID`/roles/`CUSTOM_ROLE_ID``.
1076
- # This method deletes only [custom roles](/iam/docs/understanding-custom-roles)
1077
- # that have been created at the project level. Example request URL: `https://iam.
1078
- # googleapis.com/v1/projects/`PROJECT_ID`/roles/`CUSTOM_ROLE_ID`` * [`
1079
- # organizations.roles.delete()`](/iam/reference/rest/v1/organizations.roles/
1080
- # delete): `organizations/`ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID``. This method
1081
- # deletes only [custom roles](/iam/docs/understanding-custom-roles) that have
1092
+ # This method deletes only [custom roles](https://cloud.google.com/iam/docs/
1093
+ # understanding-custom-roles) that have been created at the project level.
1094
+ # Example request URL: `https://iam.googleapis.com/v1/projects/`PROJECT_ID`/
1095
+ # roles/`CUSTOM_ROLE_ID`` * [`organizations.roles.delete()`](https://cloud.
1096
+ # google.com/iam/reference/rest/v1/organizations.roles/delete): `organizations/`
1097
+ # ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID``. This method deletes only [custom
1098
+ # roles](https://cloud.google.com/iam/docs/understanding-custom-roles) that have
1082
1099
  # been created at the organization level. Example request URL: `https://iam.
1083
1100
  # googleapis.com/v1/organizations/`ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID`` Note:
1084
1101
  # Wildcard (*) values are invalid; you must specify a complete project ID or
@@ -1116,24 +1133,26 @@ module Google
1116
1133
  # Gets the definition of a Role.
1117
1134
  # @param [String] name
1118
1135
  # The `name` parameter's value depends on the target resource for the request,
1119
- # namely [`roles`](/iam/reference/rest/v1/roles), [`projects`](/iam/reference/
1120
- # rest/v1/projects.roles), or [`organizations`](/iam/reference/rest/v1/
1121
- # organizations.roles). Each resource type's `name` value format is described
1122
- # below: * [`roles.get()`](/iam/reference/rest/v1/roles/get): `roles/`ROLE_NAME``
1123
- # . This method returns results from all [predefined roles](/iam/docs/
1124
- # understanding-roles#predefined_roles) in Cloud IAM. Example request URL: `
1125
- # https://iam.googleapis.com/v1/roles/`ROLE_NAME`` * [`projects.roles.get()`](/
1126
- # iam/reference/rest/v1/projects.roles/get): `projects/`PROJECT_ID`/roles/`
1127
- # CUSTOM_ROLE_ID``. This method returns only [custom roles](/iam/docs/
1128
- # understanding-custom-roles) that have been created at the project level.
1129
- # Example request URL: `https://iam.googleapis.com/v1/projects/`PROJECT_ID`/
1130
- # roles/`CUSTOM_ROLE_ID`` * [`organizations.roles.get()`](/iam/reference/rest/v1/
1136
+ # namely [`roles`](https://cloud.google.com/iam/reference/rest/v1/roles), [`
1137
+ # projects`](https://cloud.google.com/iam/reference/rest/v1/projects.roles), or [
1138
+ # `organizations`](https://cloud.google.com/iam/reference/rest/v1/organizations.
1139
+ # roles). Each resource type's `name` value format is described below: * [`roles.
1140
+ # get()`](https://cloud.google.com/iam/reference/rest/v1/roles/get): `roles/`
1141
+ # ROLE_NAME``. This method returns results from all [predefined roles](https://
1142
+ # cloud.google.com/iam/docs/understanding-roles#predefined_roles) in Cloud IAM.
1143
+ # Example request URL: `https://iam.googleapis.com/v1/roles/`ROLE_NAME`` * [`
1144
+ # projects.roles.get()`](https://cloud.google.com/iam/reference/rest/v1/projects.
1145
+ # roles/get): `projects/`PROJECT_ID`/roles/`CUSTOM_ROLE_ID``. This method
1146
+ # returns only [custom roles](https://cloud.google.com/iam/docs/understanding-
1147
+ # custom-roles) that have been created at the project level. Example request URL:
1148
+ # `https://iam.googleapis.com/v1/projects/`PROJECT_ID`/roles/`CUSTOM_ROLE_ID`` *
1149
+ # [`organizations.roles.get()`](https://cloud.google.com/iam/reference/rest/v1/
1131
1150
  # organizations.roles/get): `organizations/`ORGANIZATION_ID`/roles/`
1132
- # CUSTOM_ROLE_ID``. This method returns only [custom roles](/iam/docs/
1133
- # understanding-custom-roles) that have been created at the organization level.
1134
- # Example request URL: `https://iam.googleapis.com/v1/organizations/`
1135
- # ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID`` Note: Wildcard (*) values are invalid;
1136
- # you must specify a complete project ID or organization ID.
1151
+ # CUSTOM_ROLE_ID``. This method returns only [custom roles](https://cloud.google.
1152
+ # com/iam/docs/understanding-custom-roles) that have been created at the
1153
+ # organization level. Example request URL: `https://iam.googleapis.com/v1/
1154
+ # organizations/`ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID`` Note: Wildcard (*)
1155
+ # values are invalid; you must specify a complete project ID or organization ID.
1137
1156
  # @param [String] fields
1138
1157
  # Selector specifying which fields to include in a partial response.
1139
1158
  # @param [String] quota_user
@@ -1165,22 +1184,25 @@ module Google
1165
1184
  # defined for an organization or project.
1166
1185
  # @param [String] parent
1167
1186
  # The `parent` parameter's value depends on the target resource for the request,
1168
- # namely [`roles`](/iam/reference/rest/v1/roles), [`projects`](/iam/reference/
1169
- # rest/v1/projects.roles), or [`organizations`](/iam/reference/rest/v1/
1170
- # organizations.roles). Each resource type's `parent` value format is described
1171
- # below: * [`roles.list()`](/iam/reference/rest/v1/roles/list): An empty string.
1172
- # This method doesn't require a resource; it simply returns all [predefined
1173
- # roles](/iam/docs/understanding-roles#predefined_roles) in Cloud IAM. Example
1174
- # request URL: `https://iam.googleapis.com/v1/roles` * [`projects.roles.list()`](
1175
- # /iam/reference/rest/v1/projects.roles/list): `projects/`PROJECT_ID``. This
1176
- # method lists all project-level [custom roles](/iam/docs/understanding-custom-
1177
- # roles). Example request URL: `https://iam.googleapis.com/v1/projects/`
1178
- # PROJECT_ID`/roles` * [`organizations.roles.list()`](/iam/reference/rest/v1/
1179
- # organizations.roles/list): `organizations/`ORGANIZATION_ID``. This method
1180
- # lists all organization-level [custom roles](/iam/docs/understanding-custom-
1181
- # roles). Example request URL: `https://iam.googleapis.com/v1/organizations/`
1182
- # ORGANIZATION_ID`/roles` Note: Wildcard (*) values are invalid; you must
1183
- # specify a complete project ID or organization ID.
1187
+ # namely [`roles`](https://cloud.google.com/iam/reference/rest/v1/roles), [`
1188
+ # projects`](https://cloud.google.com/iam/reference/rest/v1/projects.roles), or [
1189
+ # `organizations`](https://cloud.google.com/iam/reference/rest/v1/organizations.
1190
+ # roles). Each resource type's `parent` value format is described below: * [`
1191
+ # roles.list()`](https://cloud.google.com/iam/reference/rest/v1/roles/list): An
1192
+ # empty string. This method doesn't require a resource; it simply returns all [
1193
+ # predefined roles](https://cloud.google.com/iam/docs/understanding-roles#
1194
+ # predefined_roles) in Cloud IAM. Example request URL: `https://iam.googleapis.
1195
+ # com/v1/roles` * [`projects.roles.list()`](https://cloud.google.com/iam/
1196
+ # reference/rest/v1/projects.roles/list): `projects/`PROJECT_ID``. This method
1197
+ # lists all project-level [custom roles](https://cloud.google.com/iam/docs/
1198
+ # understanding-custom-roles). Example request URL: `https://iam.googleapis.com/
1199
+ # v1/projects/`PROJECT_ID`/roles` * [`organizations.roles.list()`](https://cloud.
1200
+ # google.com/iam/reference/rest/v1/organizations.roles/list): `organizations/`
1201
+ # ORGANIZATION_ID``. This method lists all organization-level [custom roles](
1202
+ # https://cloud.google.com/iam/docs/understanding-custom-roles). Example request
1203
+ # URL: `https://iam.googleapis.com/v1/organizations/`ORGANIZATION_ID`/roles`
1204
+ # Note: Wildcard (*) values are invalid; you must specify a complete project ID
1205
+ # or organization ID.
1184
1206
  # @param [Fixnum] page_size
1185
1207
  # Optional limit on the number of roles to include in the response. The default
1186
1208
  # is 300, and the maximum is 1,000.
@@ -1227,16 +1249,18 @@ module Google
1227
1249
  # Updates the definition of a custom Role.
1228
1250
  # @param [String] name
1229
1251
  # The `name` parameter's value depends on the target resource for the request,
1230
- # namely [`projects`](/iam/reference/rest/v1/projects.roles) or [`organizations`]
1231
- # (/iam/reference/rest/v1/organizations.roles). Each resource type's `name`
1232
- # value format is described below: * [`projects.roles.patch()`](/iam/reference/
1252
+ # namely [`projects`](https://cloud.google.com/iam/reference/rest/v1/projects.
1253
+ # roles) or [`organizations`](https://cloud.google.com/iam/reference/rest/v1/
1254
+ # organizations.roles). Each resource type's `name` value format is described
1255
+ # below: * [`projects.roles.patch()`](https://cloud.google.com/iam/reference/
1233
1256
  # rest/v1/projects.roles/patch): `projects/`PROJECT_ID`/roles/`CUSTOM_ROLE_ID``.
1234
- # This method updates only [custom roles](/iam/docs/understanding-custom-roles)
1235
- # that have been created at the project level. Example request URL: `https://iam.
1236
- # googleapis.com/v1/projects/`PROJECT_ID`/roles/`CUSTOM_ROLE_ID`` * [`
1237
- # organizations.roles.patch()`](/iam/reference/rest/v1/organizations.roles/patch)
1238
- # : `organizations/`ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID``. This method
1239
- # updates only [custom roles](/iam/docs/understanding-custom-roles) that have
1257
+ # This method updates only [custom roles](https://cloud.google.com/iam/docs/
1258
+ # understanding-custom-roles) that have been created at the project level.
1259
+ # Example request URL: `https://iam.googleapis.com/v1/projects/`PROJECT_ID`/
1260
+ # roles/`CUSTOM_ROLE_ID`` * [`organizations.roles.patch()`](https://cloud.google.
1261
+ # com/iam/reference/rest/v1/organizations.roles/patch): `organizations/`
1262
+ # ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID``. This method updates only [custom
1263
+ # roles](https://cloud.google.com/iam/docs/understanding-custom-roles) that have
1240
1264
  # been created at the organization level. Example request URL: `https://iam.
1241
1265
  # googleapis.com/v1/organizations/`ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID`` Note:
1242
1266
  # Wildcard (*) values are invalid; you must specify a complete project ID or
@@ -1277,20 +1301,22 @@ module Google
1277
1301
  # Undeletes a custom Role.
1278
1302
  # @param [String] name
1279
1303
  # The `name` parameter's value depends on the target resource for the request,
1280
- # namely [`projects`](/iam/reference/rest/v1/projects.roles) or [`organizations`]
1281
- # (/iam/reference/rest/v1/organizations.roles). Each resource type's `name`
1282
- # value format is described below: * [`projects.roles.undelete()`](/iam/
1283
- # reference/rest/v1/projects.roles/undelete): `projects/`PROJECT_ID`/roles/`
1284
- # CUSTOM_ROLE_ID``. This method undeletes only [custom roles](/iam/docs/
1304
+ # namely [`projects`](https://cloud.google.com/iam/reference/rest/v1/projects.
1305
+ # roles) or [`organizations`](https://cloud.google.com/iam/reference/rest/v1/
1306
+ # organizations.roles). Each resource type's `name` value format is described
1307
+ # below: * [`projects.roles.undelete()`](https://cloud.google.com/iam/reference/
1308
+ # rest/v1/projects.roles/undelete): `projects/`PROJECT_ID`/roles/`CUSTOM_ROLE_ID`
1309
+ # `. This method undeletes only [custom roles](https://cloud.google.com/iam/docs/
1285
1310
  # understanding-custom-roles) that have been created at the project level.
1286
1311
  # Example request URL: `https://iam.googleapis.com/v1/projects/`PROJECT_ID`/
1287
- # roles/`CUSTOM_ROLE_ID`` * [`organizations.roles.undelete()`](/iam/reference/
1288
- # rest/v1/organizations.roles/undelete): `organizations/`ORGANIZATION_ID`/roles/`
1289
- # CUSTOM_ROLE_ID``. This method undeletes only [custom roles](/iam/docs/
1290
- # understanding-custom-roles) that have been created at the organization level.
1291
- # Example request URL: `https://iam.googleapis.com/v1/organizations/`
1292
- # ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID`` Note: Wildcard (*) values are invalid;
1293
- # you must specify a complete project ID or organization ID.
1312
+ # roles/`CUSTOM_ROLE_ID`` * [`organizations.roles.undelete()`](https://cloud.
1313
+ # google.com/iam/reference/rest/v1/organizations.roles/undelete): `organizations/
1314
+ # `ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID``. This method undeletes only [custom
1315
+ # roles](https://cloud.google.com/iam/docs/understanding-custom-roles) that have
1316
+ # been created at the organization level. Example request URL: `https://iam.
1317
+ # googleapis.com/v1/organizations/`ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID`` Note:
1318
+ # Wildcard (*) values are invalid; you must specify a complete project ID or
1319
+ # organization ID.
1294
1320
  # @param [Google::Apis::IamV1::UndeleteRoleRequest] undelete_role_request_object
1295
1321
  # @param [String] fields
1296
1322
  # Selector specifying which fields to include in a partial response.
@@ -1855,7 +1881,7 @@ module Google
1855
1881
 
1856
1882
  # **Note:** We are in the process of deprecating this method. Use
1857
1883
  # PatchServiceAccount instead. Updates a ServiceAccount. You can update only the
1858
- # `display_name` and `description` fields.
1884
+ # `display_name` field.
1859
1885
  # @param [String] name
1860
1886
  # The resource name of the service account. Use one of the following formats: * `
1861
1887
  # projects/`PROJECT_ID`/serviceAccounts/`EMAIL_ADDRESS`` * `projects/`PROJECT_ID`
@@ -2158,24 +2184,26 @@ module Google
2158
2184
  # Gets the definition of a Role.
2159
2185
  # @param [String] name
2160
2186
  # The `name` parameter's value depends on the target resource for the request,
2161
- # namely [`roles`](/iam/reference/rest/v1/roles), [`projects`](/iam/reference/
2162
- # rest/v1/projects.roles), or [`organizations`](/iam/reference/rest/v1/
2163
- # organizations.roles). Each resource type's `name` value format is described
2164
- # below: * [`roles.get()`](/iam/reference/rest/v1/roles/get): `roles/`ROLE_NAME``
2165
- # . This method returns results from all [predefined roles](/iam/docs/
2166
- # understanding-roles#predefined_roles) in Cloud IAM. Example request URL: `
2167
- # https://iam.googleapis.com/v1/roles/`ROLE_NAME`` * [`projects.roles.get()`](/
2168
- # iam/reference/rest/v1/projects.roles/get): `projects/`PROJECT_ID`/roles/`
2169
- # CUSTOM_ROLE_ID``. This method returns only [custom roles](/iam/docs/
2170
- # understanding-custom-roles) that have been created at the project level.
2171
- # Example request URL: `https://iam.googleapis.com/v1/projects/`PROJECT_ID`/
2172
- # roles/`CUSTOM_ROLE_ID`` * [`organizations.roles.get()`](/iam/reference/rest/v1/
2187
+ # namely [`roles`](https://cloud.google.com/iam/reference/rest/v1/roles), [`
2188
+ # projects`](https://cloud.google.com/iam/reference/rest/v1/projects.roles), or [
2189
+ # `organizations`](https://cloud.google.com/iam/reference/rest/v1/organizations.
2190
+ # roles). Each resource type's `name` value format is described below: * [`roles.
2191
+ # get()`](https://cloud.google.com/iam/reference/rest/v1/roles/get): `roles/`
2192
+ # ROLE_NAME``. This method returns results from all [predefined roles](https://
2193
+ # cloud.google.com/iam/docs/understanding-roles#predefined_roles) in Cloud IAM.
2194
+ # Example request URL: `https://iam.googleapis.com/v1/roles/`ROLE_NAME`` * [`
2195
+ # projects.roles.get()`](https://cloud.google.com/iam/reference/rest/v1/projects.
2196
+ # roles/get): `projects/`PROJECT_ID`/roles/`CUSTOM_ROLE_ID``. This method
2197
+ # returns only [custom roles](https://cloud.google.com/iam/docs/understanding-
2198
+ # custom-roles) that have been created at the project level. Example request URL:
2199
+ # `https://iam.googleapis.com/v1/projects/`PROJECT_ID`/roles/`CUSTOM_ROLE_ID`` *
2200
+ # [`organizations.roles.get()`](https://cloud.google.com/iam/reference/rest/v1/
2173
2201
  # organizations.roles/get): `organizations/`ORGANIZATION_ID`/roles/`
2174
- # CUSTOM_ROLE_ID``. This method returns only [custom roles](/iam/docs/
2175
- # understanding-custom-roles) that have been created at the organization level.
2176
- # Example request URL: `https://iam.googleapis.com/v1/organizations/`
2177
- # ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID`` Note: Wildcard (*) values are invalid;
2178
- # you must specify a complete project ID or organization ID.
2202
+ # CUSTOM_ROLE_ID``. This method returns only [custom roles](https://cloud.google.
2203
+ # com/iam/docs/understanding-custom-roles) that have been created at the
2204
+ # organization level. Example request URL: `https://iam.googleapis.com/v1/
2205
+ # organizations/`ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID`` Note: Wildcard (*)
2206
+ # values are invalid; you must specify a complete project ID or organization ID.
2179
2207
  # @param [String] fields
2180
2208
  # Selector specifying which fields to include in a partial response.
2181
2209
  # @param [String] quota_user
@@ -2212,22 +2240,25 @@ module Google
2212
2240
  # Optional pagination token returned in an earlier ListRolesResponse.
2213
2241
  # @param [String] parent
2214
2242
  # The `parent` parameter's value depends on the target resource for the request,
2215
- # namely [`roles`](/iam/reference/rest/v1/roles), [`projects`](/iam/reference/
2216
- # rest/v1/projects.roles), or [`organizations`](/iam/reference/rest/v1/
2217
- # organizations.roles). Each resource type's `parent` value format is described
2218
- # below: * [`roles.list()`](/iam/reference/rest/v1/roles/list): An empty string.
2219
- # This method doesn't require a resource; it simply returns all [predefined
2220
- # roles](/iam/docs/understanding-roles#predefined_roles) in Cloud IAM. Example
2221
- # request URL: `https://iam.googleapis.com/v1/roles` * [`projects.roles.list()`](
2222
- # /iam/reference/rest/v1/projects.roles/list): `projects/`PROJECT_ID``. This
2223
- # method lists all project-level [custom roles](/iam/docs/understanding-custom-
2224
- # roles). Example request URL: `https://iam.googleapis.com/v1/projects/`
2225
- # PROJECT_ID`/roles` * [`organizations.roles.list()`](/iam/reference/rest/v1/
2226
- # organizations.roles/list): `organizations/`ORGANIZATION_ID``. This method
2227
- # lists all organization-level [custom roles](/iam/docs/understanding-custom-
2228
- # roles). Example request URL: `https://iam.googleapis.com/v1/organizations/`
2229
- # ORGANIZATION_ID`/roles` Note: Wildcard (*) values are invalid; you must
2230
- # specify a complete project ID or organization ID.
2243
+ # namely [`roles`](https://cloud.google.com/iam/reference/rest/v1/roles), [`
2244
+ # projects`](https://cloud.google.com/iam/reference/rest/v1/projects.roles), or [
2245
+ # `organizations`](https://cloud.google.com/iam/reference/rest/v1/organizations.
2246
+ # roles). Each resource type's `parent` value format is described below: * [`
2247
+ # roles.list()`](https://cloud.google.com/iam/reference/rest/v1/roles/list): An
2248
+ # empty string. This method doesn't require a resource; it simply returns all [
2249
+ # predefined roles](https://cloud.google.com/iam/docs/understanding-roles#
2250
+ # predefined_roles) in Cloud IAM. Example request URL: `https://iam.googleapis.
2251
+ # com/v1/roles` * [`projects.roles.list()`](https://cloud.google.com/iam/
2252
+ # reference/rest/v1/projects.roles/list): `projects/`PROJECT_ID``. This method
2253
+ # lists all project-level [custom roles](https://cloud.google.com/iam/docs/
2254
+ # understanding-custom-roles). Example request URL: `https://iam.googleapis.com/
2255
+ # v1/projects/`PROJECT_ID`/roles` * [`organizations.roles.list()`](https://cloud.
2256
+ # google.com/iam/reference/rest/v1/organizations.roles/list): `organizations/`
2257
+ # ORGANIZATION_ID``. This method lists all organization-level [custom roles](
2258
+ # https://cloud.google.com/iam/docs/understanding-custom-roles). Example request
2259
+ # URL: `https://iam.googleapis.com/v1/organizations/`ORGANIZATION_ID`/roles`
2260
+ # Note: Wildcard (*) values are invalid; you must specify a complete project ID
2261
+ # or organization ID.
2231
2262
  # @param [Boolean] show_deleted
2232
2263
  # Include Roles that have been deleted.
2233
2264
  # @param [String] view
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-iam_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.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: 2022-01-17 00:00:00.000000000 Z
11
+ date: 2022-01-24 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-iam_v1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.18.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.19.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1
64
64
  post_install_message:
65
65
  rdoc_options: []