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

ListMailboxPermissionsRequest

import type { ListMailboxPermissionsRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface ListMailboxPermissionsRequest {
EntityId: string;
MaxResults?: number | null;
NextToken?: string | null;
OrganizationId: string;
}

§Properties

§
EntityId: string
[src]

The identifier of the user, group, or resource for which to list mailbox permissions.

§
MaxResults?: number | null
[src]

The maximum number of results to return in a single call.

§
NextToken?: string | null
[src]

The token to use to retrieve the next page of results. The first call does not contain any tokens.

§
OrganizationId: string
[src]

The identifier of the organization under which the user, group, or resource exists.