Google Super
GOOGLESUPER_LIST_ACL_RULES
Retrieves the list of access control rules (ACLs) for a specified calendar, providing the necessary 'rule_id' values required for updating specific ACL rules.
Remote googlesuper
Other tools also called GOOGLESUPER_LIST_ACL_RULES?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"page_token": {
"type": "string",
"title": "Page Token",
"default": null,
"examples": [
" nextPageToken_value"
],
"nullable": true,
"description": "Token specifying which result page to return. Optional."
},
"sync_token": {
"type": "string",
"title": "Sync Token",
"default": null,
"examples": [
"nextSyncToken_value"
],
"nullable": true,
"description": "Token obtained from the nextSyncToken field returned on the last page of a previous list operation. It makes the result of this list operation contain only entries that have changed since then. Optional. The default is to retrieve all entries."
},
"calendar_id": {
"type": "string",
"title": "Calendar Id",
"examples": [
"primary"
],
"description": "Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the \"primary\" keyword."
},
"max_results": {
"type": "integer",
"title": "Max Results",
"default": null,
"examples": [
10
],
"nullable": true,
"description": "Maximum number of entries returned on one result page. Optional. The default is 100."
},
"show_deleted": {
"type": "boolean",
"title": "Show Deleted",
"default": null,
"examples": [
false
],
"nullable": true,
"description": "Whether to include deleted ACLs in the result. Optional. The default is False."
}
}
}