mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-10 04:40:27 -07:00
Merge pull request #98 from modular-magician/codegen-pr-2773
fix broken indent in bigquery dataset docs
This commit is contained in:
commit
352731c9db
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