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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/iam_v1/gem_version.rb +2 -2
- data/lib/google/apis/iam_v1/service.rb +213 -182
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f84671c11b79d12cad55b1f4918ea6e8c8d0ceedd4fa9b5094f9b4294a36eeeb
|
4
|
+
data.tar.gz: d2e72f6179edcd88d808086d0e9a5d04b9d31b28dcc3bee91e20d8e9c5fa696e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bcf3abedbd373be33147956224ddab365e70ac7ca9d11102abb392b0e85d5a0e2b86ae5dd2ca47f5dcbfa64bec538374fa95400641a3b80e7066abb97ace58a8
|
7
|
+
data.tar.gz: 52d234f9e5ecb8e8eff1822c2995f287b1c8bd65faf92880d68f6c96a2d41199d2ccac9e285df928592a9d3938d6ad1426fdd81acff0c42e8977e945843a1131
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
185
|
-
# (/iam/reference/rest/v1/
|
186
|
-
# value format is described
|
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-
|
189
|
-
# request URL: `https://iam.googleapis.com/v1/projects/`
|
190
|
-
# organizations.roles.create()`](
|
191
|
-
# create): `organizations/`
|
192
|
-
# level [custom roles](
|
193
|
-
#
|
194
|
-
# Note:
|
195
|
-
#
|
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.
|
237
|
-
# (/iam/reference/rest/v1/
|
238
|
-
# value format is described
|
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/
|
241
|
-
# that have been created at the project level.
|
242
|
-
# googleapis.com/v1/projects/`PROJECT_ID`/
|
243
|
-
# organizations.roles.delete()`](
|
244
|
-
# delete): `organizations/`
|
245
|
-
# deletes only [custom
|
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), [`
|
284
|
-
# rest/v1/projects.roles), or [
|
285
|
-
# organizations.
|
286
|
-
# below: * [`roles.
|
287
|
-
#
|
288
|
-
#
|
289
|
-
#
|
290
|
-
# iam/
|
291
|
-
#
|
292
|
-
#
|
293
|
-
#
|
294
|
-
# roles
|
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](
|
297
|
-
# understanding-custom-roles) that have been created at the
|
298
|
-
# Example request URL: `https://iam.googleapis.com/v1/
|
299
|
-
# ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID`` Note: Wildcard (*)
|
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), [`
|
333
|
-
# rest/v1/projects.roles), or [
|
334
|
-
# organizations.
|
335
|
-
# below: * [`
|
336
|
-
#
|
337
|
-
#
|
338
|
-
#
|
339
|
-
#
|
340
|
-
#
|
341
|
-
# roles)
|
342
|
-
#
|
343
|
-
#
|
344
|
-
#
|
345
|
-
#
|
346
|
-
# ORGANIZATION_ID
|
347
|
-
#
|
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.
|
395
|
-
# (/iam/reference/rest/v1/
|
396
|
-
# value format is described
|
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/
|
399
|
-
# that have been created at the project level.
|
400
|
-
# googleapis.com/v1/projects/`PROJECT_ID`/
|
401
|
-
# organizations.roles.patch()`](
|
402
|
-
# : `organizations/`
|
403
|
-
# updates only [custom
|
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.
|
445
|
-
# (/iam/reference/rest/v1/
|
446
|
-
# value format is described
|
447
|
-
#
|
448
|
-
#
|
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()`](
|
452
|
-
# rest/v1/organizations.roles/undelete): `organizations
|
453
|
-
# CUSTOM_ROLE_ID``. This method undeletes only [custom
|
454
|
-
# understanding-custom-roles) that have
|
455
|
-
# Example request URL: `https://iam.
|
456
|
-
# ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID`` Note:
|
457
|
-
# you must specify a complete project ID or
|
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.
|
1021
|
-
# (/iam/reference/rest/v1/
|
1022
|
-
# value format is described
|
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-
|
1025
|
-
# request URL: `https://iam.googleapis.com/v1/projects/`
|
1026
|
-
# organizations.roles.create()`](
|
1027
|
-
# create): `organizations/`
|
1028
|
-
# level [custom roles](
|
1029
|
-
#
|
1030
|
-
# Note:
|
1031
|
-
#
|
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.
|
1073
|
-
# (/iam/reference/rest/v1/
|
1074
|
-
# value format is described
|
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/
|
1077
|
-
# that have been created at the project level.
|
1078
|
-
# googleapis.com/v1/projects/`PROJECT_ID`/
|
1079
|
-
# organizations.roles.delete()`](
|
1080
|
-
# delete): `organizations/`
|
1081
|
-
# deletes only [custom
|
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), [`
|
1120
|
-
# rest/v1/projects.roles), or [
|
1121
|
-
# organizations.
|
1122
|
-
# below: * [`roles.
|
1123
|
-
#
|
1124
|
-
#
|
1125
|
-
#
|
1126
|
-
# iam/
|
1127
|
-
#
|
1128
|
-
#
|
1129
|
-
#
|
1130
|
-
# roles
|
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](
|
1133
|
-
# understanding-custom-roles) that have been created at the
|
1134
|
-
# Example request URL: `https://iam.googleapis.com/v1/
|
1135
|
-
# ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID`` Note: Wildcard (*)
|
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), [`
|
1169
|
-
# rest/v1/projects.roles), or [
|
1170
|
-
# organizations.
|
1171
|
-
# below: * [`
|
1172
|
-
#
|
1173
|
-
#
|
1174
|
-
#
|
1175
|
-
#
|
1176
|
-
#
|
1177
|
-
# roles)
|
1178
|
-
#
|
1179
|
-
#
|
1180
|
-
#
|
1181
|
-
#
|
1182
|
-
# ORGANIZATION_ID
|
1183
|
-
#
|
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.
|
1231
|
-
# (/iam/reference/rest/v1/
|
1232
|
-
# value format is described
|
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/
|
1235
|
-
# that have been created at the project level.
|
1236
|
-
# googleapis.com/v1/projects/`PROJECT_ID`/
|
1237
|
-
# organizations.roles.patch()`](
|
1238
|
-
# : `organizations/`
|
1239
|
-
# updates only [custom
|
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.
|
1281
|
-
# (/iam/reference/rest/v1/
|
1282
|
-
# value format is described
|
1283
|
-
#
|
1284
|
-
#
|
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()`](
|
1288
|
-
# rest/v1/organizations.roles/undelete): `organizations
|
1289
|
-
# CUSTOM_ROLE_ID``. This method undeletes only [custom
|
1290
|
-
# understanding-custom-roles) that have
|
1291
|
-
# Example request URL: `https://iam.
|
1292
|
-
# ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID`` Note:
|
1293
|
-
# you must specify a complete project ID or
|
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`
|
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), [`
|
2162
|
-
# rest/v1/projects.roles), or [
|
2163
|
-
# organizations.
|
2164
|
-
# below: * [`roles.
|
2165
|
-
#
|
2166
|
-
#
|
2167
|
-
#
|
2168
|
-
# iam/
|
2169
|
-
#
|
2170
|
-
#
|
2171
|
-
#
|
2172
|
-
# roles
|
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](
|
2175
|
-
# understanding-custom-roles) that have been created at the
|
2176
|
-
# Example request URL: `https://iam.googleapis.com/v1/
|
2177
|
-
# ORGANIZATION_ID`/roles/`CUSTOM_ROLE_ID`` Note: Wildcard (*)
|
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), [`
|
2216
|
-
# rest/v1/projects.roles), or [
|
2217
|
-
# organizations.
|
2218
|
-
# below: * [`
|
2219
|
-
#
|
2220
|
-
#
|
2221
|
-
#
|
2222
|
-
#
|
2223
|
-
#
|
2224
|
-
# roles)
|
2225
|
-
#
|
2226
|
-
#
|
2227
|
-
#
|
2228
|
-
#
|
2229
|
-
# ORGANIZATION_ID
|
2230
|
-
#
|
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.
|
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-
|
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.
|
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: []
|