mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 04:10:27 -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
|
type: str
|
||||||
special_group:
|
special_group:
|
||||||
description:
|
description:
|
||||||
- A special group to grant access to.
|
- 'A special group to grant access to. Possible values include: * `projectOwners`:
|
||||||
- 'Possible values include: * `projectOwners`: Owners of the enclosing project.'
|
Owners of the enclosing project.'
|
||||||
- "* `projectReaders`: Readers of the enclosing project."
|
- "* `projectReaders`: Readers of the enclosing project."
|
||||||
- "* `projectWriters`: Writers of the enclosing project."
|
- "* `projectWriters`: Writers of the enclosing project."
|
||||||
- "* `allAuthenticatedUsers`: All authenticated BigQuery users. ."
|
- "* `allAuthenticatedUsers`: All authenticated BigQuery users. ."
|
||||||
|
@ -301,8 +301,8 @@ access:
|
||||||
type: str
|
type: str
|
||||||
specialGroup:
|
specialGroup:
|
||||||
description:
|
description:
|
||||||
- A special group to grant access to.
|
- 'A special group to grant access to. Possible values include: * `projectOwners`:
|
||||||
- 'Possible values include: * `projectOwners`: Owners of the enclosing project.'
|
Owners of the enclosing project.'
|
||||||
- "* `projectReaders`: Readers of the enclosing project."
|
- "* `projectReaders`: Readers of the enclosing project."
|
||||||
- "* `projectWriters`: Writers of the enclosing project."
|
- "* `projectWriters`: Writers of the enclosing project."
|
||||||
- "* `allAuthenticatedUsers`: All authenticated BigQuery users. ."
|
- "* `allAuthenticatedUsers`: All authenticated BigQuery users. ."
|
||||||
|
|
|
@ -137,8 +137,8 @@ resources:
|
||||||
type: str
|
type: str
|
||||||
specialGroup:
|
specialGroup:
|
||||||
description:
|
description:
|
||||||
- A special group to grant access to.
|
- 'A special group to grant access to. Possible values include: * `projectOwners`:
|
||||||
- 'Possible values include: * `projectOwners`: Owners of the enclosing project.'
|
Owners of the enclosing project.'
|
||||||
- "* `projectReaders`: Readers of the enclosing project."
|
- "* `projectReaders`: Readers of the enclosing project."
|
||||||
- "* `projectWriters`: Writers of the enclosing project."
|
- "* `projectWriters`: Writers of the enclosing project."
|
||||||
- "* `allAuthenticatedUsers`: All authenticated BigQuery users. ."
|
- "* `allAuthenticatedUsers`: All authenticated BigQuery users. ."
|
||||||
|
|
Loading…
Add table
Reference in a new issue