Google Super
GOOGLESUPER_GET_PERMISSION
Gets a permission by ID. Use this tool to retrieve a specific permission for a file or shared drive.
Remote googlesuper
Other tools also called GOOGLESUPER_GET_PERMISSION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"fields": {
"type": "string",
"title": "Fields",
"default": null,
"examples": [
"id,emailAddress,displayName,role,permissionDetails"
],
"nullable": true,
"description": "Selector specifying which fields to include in a partial response. Use 'fields=*' to return all available fields for the permission resource."
},
"file_id": {
"type": "string",
"title": "File Id",
"examples": [
"1a2b3c4d5e6f7g8h9i0j"
],
"description": "The ID of the file."
},
"permission_id": {
"type": "string",
"title": "Permission Id",
"examples": [
"1234567890"
],
"description": "The ID of the permission."
},
"supports_all_drives": {
"type": "boolean",
"title": "Supports All Drives",
"default": null,
"nullable": true,
"description": "Whether the requesting application supports both My Drives and shared drives."
},
"use_domain_admin_access": {
"type": "boolean",
"title": "Use Domain Admin Access",
"default": null,
"nullable": true,
"description": "Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs."
}
}
}