This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Modular Magician <[email protected]>
- Loading branch information
1 parent
ab45d3e
commit a3026f1
Showing
76 changed files
with
246 additions
and
286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ | |
domain: | ||
description: | ||
- A domain to grant access to. Any users signed in with the domain specified | ||
will be granted the specified access . | ||
will be granted the specified access. | ||
required: false | ||
group_by_email: | ||
description: | ||
|
@@ -68,7 +68,7 @@ | |
role: | ||
description: | ||
- Describes the rights granted to the user specified by the other member of | ||
the access object . | ||
the access object. | ||
- 'Some valid choices include: "READER", "WRITER", "OWNER"' | ||
required: false | ||
special_group: | ||
|
@@ -77,8 +77,7 @@ | |
required: false | ||
user_by_email: | ||
description: | ||
- 'An email address of a user to grant access to. For example: [email protected] | ||
.' | ||
- 'An email address of a user to grant access to. For example: [email protected].' | ||
required: false | ||
view: | ||
description: | ||
|
@@ -118,7 +117,7 @@ | |
required: false | ||
default_table_expiration_ms: | ||
description: | ||
- The default lifetime of all tables in the dataset, in milliseconds . | ||
- The default lifetime of all tables in the dataset, in milliseconds. | ||
required: false | ||
description: | ||
description: | ||
|
@@ -131,7 +130,7 @@ | |
labels: | ||
description: | ||
- The labels associated with this dataset. You can use these to organize and group | ||
your datasets . | ||
your datasets. | ||
required: false | ||
location: | ||
description: | ||
|
@@ -169,7 +168,7 @@ | |
domain: | ||
description: | ||
- A domain to grant access to. Any users signed in with the domain specified | ||
will be granted the specified access . | ||
will be granted the specified access. | ||
returned: success | ||
type: str | ||
groupByEmail: | ||
|
@@ -180,7 +179,7 @@ | |
role: | ||
description: | ||
- Describes the rights granted to the user specified by the other member of | ||
the access object . | ||
the access object. | ||
returned: success | ||
type: str | ||
specialGroup: | ||
|
@@ -190,8 +189,7 @@ | |
type: str | ||
userByEmail: | ||
description: | ||
- 'An email address of a user to grant access to. For example: [email protected] | ||
.' | ||
- 'An email address of a user to grant access to. For example: [email protected].' | ||
returned: success | ||
type: str | ||
view: | ||
|
@@ -244,7 +242,7 @@ | |
type: str | ||
defaultTableExpirationMs: | ||
description: | ||
- The default lifetime of all tables in the dataset, in milliseconds . | ||
- The default lifetime of all tables in the dataset, in milliseconds. | ||
returned: success | ||
type: int | ||
description: | ||
|
@@ -260,13 +258,13 @@ | |
id: | ||
description: | ||
- The fully-qualified unique name of the dataset in the format projectId:datasetId. | ||
The dataset name without the project name is given in the datasetId field . | ||
The dataset name without the project name is given in the datasetId field. | ||
returned: success | ||
type: str | ||
labels: | ||
description: | ||
- The labels associated with this dataset. You can use these to organize and group | ||
your datasets . | ||
your datasets. | ||
returned: success | ||
type: dict | ||
lastModifiedTime: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ | |
domain: | ||
description: | ||
- A domain to grant access to. Any users signed in with the domain specified | ||
will be granted the specified access . | ||
will be granted the specified access. | ||
returned: success | ||
type: str | ||
groupByEmail: | ||
|
@@ -83,7 +83,7 @@ | |
role: | ||
description: | ||
- Describes the rights granted to the user specified by the other member | ||
of the access object . | ||
of the access object. | ||
returned: success | ||
type: str | ||
specialGroup: | ||
|
@@ -93,8 +93,7 @@ | |
type: str | ||
userByEmail: | ||
description: | ||
- 'An email address of a user to grant access to. For example: [email protected] | ||
.' | ||
- 'An email address of a user to grant access to. For example: [email protected].' | ||
returned: success | ||
type: str | ||
view: | ||
|
@@ -147,7 +146,7 @@ | |
type: str | ||
defaultTableExpirationMs: | ||
description: | ||
- The default lifetime of all tables in the dataset, in milliseconds . | ||
- The default lifetime of all tables in the dataset, in milliseconds. | ||
returned: success | ||
type: int | ||
description: | ||
|
@@ -163,14 +162,13 @@ | |
id: | ||
description: | ||
- The fully-qualified unique name of the dataset in the format projectId:datasetId. | ||
The dataset name without the project name is given in the datasetId field | ||
. | ||
The dataset name without the project name is given in the datasetId field. | ||
returned: success | ||
type: str | ||
labels: | ||
description: | ||
- The labels associated with this dataset. You can use these to organize and | ||
group your datasets . | ||
group your datasets. | ||
returned: success | ||
type: dict | ||
lastModifiedTime: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.