mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-12 05:40:28 -07:00
* account for iam vs primative bigquery roles * add test, fix description * s/EDITOR/WRITER * fix test * comments Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
9bfffd56e8
commit
67df55d8fc
2 changed files with 3 additions and 5 deletions
|
@ -76,8 +76,7 @@ options:
|
|||
- Describes the rights granted to the user specified by the other member of
|
||||
the access object. Primitive, Predefined and custom roles are supported.
|
||||
Predefined roles that have equivalent primitive roles are swapped by the
|
||||
API to their Primitive counterparts, and will show a diff post-create. See
|
||||
[official docs](U(https://cloud.google.com/bigquery/docs/access-control)).
|
||||
API to their Primitive counterparts. See [official docs](U(https://cloud.google.com/bigquery/docs/access-control)).
|
||||
required: false
|
||||
type: str
|
||||
special_group:
|
||||
|
@ -310,7 +309,7 @@ access:
|
|||
- Describes the rights granted to the user specified by the other member of
|
||||
the access object. Primitive, Predefined and custom roles are supported. Predefined
|
||||
roles that have equivalent primitive roles are swapped by the API to their
|
||||
Primitive counterparts, and will show a diff post-create. See [official docs](U(https://cloud.google.com/bigquery/docs/access-control)).
|
||||
Primitive counterparts. See [official docs](U(https://cloud.google.com/bigquery/docs/access-control)).
|
||||
returned: success
|
||||
type: str
|
||||
specialGroup:
|
||||
|
|
|
@ -131,8 +131,7 @@ resources:
|
|||
- Describes the rights granted to the user specified by the other member
|
||||
of the access object. Primitive, Predefined and custom roles are supported.
|
||||
Predefined roles that have equivalent primitive roles are swapped by the
|
||||
API to their Primitive counterparts, and will show a diff post-create.
|
||||
See [official docs](U(https://cloud.google.com/bigquery/docs/access-control)).
|
||||
API to their Primitive counterparts. See [official docs](U(https://cloud.google.com/bigquery/docs/access-control)).
|
||||
returned: success
|
||||
type: str
|
||||
specialGroup:
|
||||
|
|
Loading…
Add table
Reference in a new issue