mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-26 14:41:29 -07:00
[DO NOT MERGE] 3.0.0 staging branch
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
f526d210f6
commit
bafefea662
24 changed files with 57 additions and 133 deletions
|
@ -77,7 +77,7 @@ options:
|
|||
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)).
|
||||
required: false
|
||||
required: true
|
||||
type: str
|
||||
special_group:
|
||||
description:
|
||||
|
@ -489,7 +489,7 @@ def main():
|
|||
options=dict(
|
||||
domain=dict(type='str'),
|
||||
group_by_email=dict(type='str'),
|
||||
role=dict(type='str'),
|
||||
role=dict(required=True, type='str'),
|
||||
special_group=dict(type='str'),
|
||||
user_by_email=dict(type='str'),
|
||||
view=dict(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue