mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
fix broken indent in bigquery dataset docs
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
7774205696
commit
8a123318b5
2 changed files with 6 additions and 6 deletions
|
@ -81,8 +81,8 @@ options:
|
|||
type: str
|
||||
special_group:
|
||||
description:
|
||||
- A special group to grant access to.
|
||||
- 'Possible values include: * `projectOwners`: Owners of the enclosing project.'
|
||||
- 'A special group to grant access to. Possible values include: * `projectOwners`:
|
||||
Owners of the enclosing project.'
|
||||
- "* `projectReaders`: Readers of the enclosing project."
|
||||
- "* `projectWriters`: Writers of the enclosing project."
|
||||
- "* `allAuthenticatedUsers`: All authenticated BigQuery users. ."
|
||||
|
@ -301,8 +301,8 @@ access:
|
|||
type: str
|
||||
specialGroup:
|
||||
description:
|
||||
- A special group to grant access to.
|
||||
- 'Possible values include: * `projectOwners`: Owners of the enclosing project.'
|
||||
- 'A special group to grant access to. Possible values include: * `projectOwners`:
|
||||
Owners of the enclosing project.'
|
||||
- "* `projectReaders`: Readers of the enclosing project."
|
||||
- "* `projectWriters`: Writers of the enclosing project."
|
||||
- "* `allAuthenticatedUsers`: All authenticated BigQuery users. ."
|
||||
|
|
|
@ -137,8 +137,8 @@ resources:
|
|||
type: str
|
||||
specialGroup:
|
||||
description:
|
||||
- A special group to grant access to.
|
||||
- 'Possible values include: * `projectOwners`: Owners of the enclosing project.'
|
||||
- 'A special group to grant access to. Possible values include: * `projectOwners`:
|
||||
Owners of the enclosing project.'
|
||||
- "* `projectReaders`: Readers of the enclosing project."
|
||||
- "* `projectWriters`: Writers of the enclosing project."
|
||||
- "* `allAuthenticatedUsers`: All authenticated BigQuery users. ."
|
||||
|
|
Loading…
Add table
Reference in a new issue