DocumentACLPermissions
Create, Update, Query, and Delete Google ACL entries.
Columns
| Name | Type | Description | ReadOnly |
| Id [KEY] | String |
The Id for the ACL entry. | True |
| DocumentId | String |
The id of the document containing the ACL entries. Required for INSERT and SELECT statements. | False |
| Title | String |
The title of the ACL entry. | False |
| Role | String |
The role of the ACL entry. The allowed values are reader, owner, writer. | False |
| Scope | String |
The scope of the ACL entry. This value should be a user, group, or the entire domain. | False |
| Type | String |
The type of ACL entry. The allowed values are user, group, domain, default. | False |
| Updated | Datetime |
The last update time. | True |
Pseudo-Columns
Pseudo-Column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description | |
| String |
The user name for the Google Account credentials. | ||
| Password | String |
The password for the Google Account credentials. | |
| rows@next | String |
This is used to page through multiple pages of results and should not be set manually. |