AccessProposal
import type { AccessProposal } from "https://googleapis.deno.dev/v1/drive:v3.ts";
Manage outstanding access proposals on a file.
interface AccessProposal {
createTime?: Date;
fileId?: string;
proposalId?: string;
recipientEmailAddress?: string;
requesterEmailAddress?: string;
requestMessage?: string;
rolesAndViews?: AccessProposalRoleAndView[];
}§Properties
§
recipientEmailAddress?: string
[src]The email address of the user that will receive permissions, if accepted.
§
rolesAndViews?: AccessProposalRoleAndView[]
[src]A wrapper for the role and view of an access proposal. For more information, see Roles and permissions.