mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-08 03:40:28 -07:00
Merge pull request #86 from modular-magician/codegen-pr-2697
empty commit to catch up ansible
This commit is contained in:
commit
eae4456bed
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ options:
|
||||||
Predefined roles that have equivalent primitive roles are swapped by the
|
Predefined roles that have equivalent primitive roles are swapped by the
|
||||||
API to their Primitive counterparts, and will show a diff post-create. See
|
API to their Primitive counterparts, and will show a diff post-create. See
|
||||||
[official docs](U(https://cloud.google.com/bigquery/docs/access-control)).
|
[official docs](U(https://cloud.google.com/bigquery/docs/access-control)).
|
||||||
required: true
|
required: false
|
||||||
type: str
|
type: str
|
||||||
special_group:
|
special_group:
|
||||||
description:
|
description:
|
||||||
|
@ -489,7 +489,7 @@ def main():
|
||||||
options=dict(
|
options=dict(
|
||||||
domain=dict(type='str'),
|
domain=dict(type='str'),
|
||||||
group_by_email=dict(type='str'),
|
group_by_email=dict(type='str'),
|
||||||
role=dict(required=True, type='str'),
|
role=dict(type='str'),
|
||||||
special_group=dict(type='str'),
|
special_group=dict(type='str'),
|
||||||
user_by_email=dict(type='str'),
|
user_by_email=dict(type='str'),
|
||||||
view=dict(
|
view=dict(
|
||||||
|
|
Loading…
Add table
Reference in a new issue