Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeleteMailboxPermissionsRequest

import type { DeleteMailboxPermissionsRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface DeleteMailboxPermissionsRequest {
EntityId: string;
GranteeId: string;
OrganizationId: string;
}

§Properties

§
EntityId: string
[src]

The identifier of the member (user or group) that owns the mailbox.

§
GranteeId: string
[src]

The identifier of the member (user or group) for which to delete granted permissions.

§
OrganizationId: string
[src]

The identifier of the organization under which the member (user or group) exists.