Skip to content

Commit 9d8eafd

Browse files
Update terminology for IAM roles (#4056) (#299)
Roles like "Owner" and "Editor" are now called "basic roles": https://cloud.google.com/iam/docs/understand Signed-off-by: Modular Magician <[email protected]>
1 parent 4c626c0 commit 9d8eafd

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

plugins/modules/gcp_bigquery_dataset.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
role:
7474
description:
7575
- Describes the rights granted to the user specified by the other member of
76-
the access object. Primitive, Predefined and custom roles are supported.
77-
Predefined roles that have equivalent primitive roles are swapped by the
78-
API to their Primitive counterparts. See [official docs](U(https://cloud.google.com/bigquery/docs/access-control)).
76+
the access object. Basic, predefined, and custom roles are supported. Predefined
77+
roles that have equivalent basic roles are swapped by the API to their basic
78+
counterparts. See [official docs](U(https://cloud.google.com/bigquery/docs/access-control)).
7979
required: false
8080
type: str
8181
special_group:
@@ -84,7 +84,7 @@
8484
Owners of the enclosing project.'
8585
- "* `projectReaders`: Readers of the enclosing project."
8686
- "* `projectWriters`: Writers of the enclosing project."
87-
- "* `allAuthenticatedUsers`: All authenticated BigQuery users. ."
87+
- "* `allAuthenticatedUsers`: All authenticated BigQuery users."
8888
required: false
8989
type: str
9090
user_by_email:
@@ -305,9 +305,9 @@
305305
role:
306306
description:
307307
- Describes the rights granted to the user specified by the other member of
308-
the access object. Primitive, Predefined and custom roles are supported. Predefined
309-
roles that have equivalent primitive roles are swapped by the API to their
310-
Primitive counterparts. See [official docs](U(https://cloud.google.com/bigquery/docs/access-control)).
308+
the access object. Basic, predefined, and custom roles are supported. Predefined
309+
roles that have equivalent basic roles are swapped by the API to their basic
310+
counterparts. See [official docs](U(https://cloud.google.com/bigquery/docs/access-control)).
311311
returned: success
312312
type: str
313313
specialGroup:
@@ -316,7 +316,7 @@
316316
Owners of the enclosing project.'
317317
- "* `projectReaders`: Readers of the enclosing project."
318318
- "* `projectWriters`: Writers of the enclosing project."
319-
- "* `allAuthenticatedUsers`: All authenticated BigQuery users. ."
319+
- "* `allAuthenticatedUsers`: All authenticated BigQuery users."
320320
returned: success
321321
type: str
322322
userByEmail:

plugins/modules/gcp_bigquery_dataset_info.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@
129129
role:
130130
description:
131131
- Describes the rights granted to the user specified by the other member
132-
of the access object. Primitive, Predefined and custom roles are supported.
133-
Predefined roles that have equivalent primitive roles are swapped by the
134-
API to their Primitive counterparts. See [official docs](U(https://cloud.google.com/bigquery/docs/access-control)).
132+
of the access object. Basic, predefined, and custom roles are supported.
133+
Predefined roles that have equivalent basic roles are swapped by the API
134+
to their basic counterparts. See [official docs](U(https://cloud.google.com/bigquery/docs/access-control)).
135135
returned: success
136136
type: str
137137
specialGroup:
@@ -140,7 +140,7 @@
140140
Owners of the enclosing project.'
141141
- "* `projectReaders`: Readers of the enclosing project."
142142
- "* `projectWriters`: Writers of the enclosing project."
143-
- "* `allAuthenticatedUsers`: All authenticated BigQuery users. ."
143+
- "* `allAuthenticatedUsers`: All authenticated BigQuery users."
144144
returned: success
145145
type: str
146146
userByEmail:

0 commit comments

Comments
 (0)