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

ListMobileDeviceAccessOverridesRequest

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

§Properties

§
DeviceId?: string | null
[src]

The mobile device to which the access override applies.

§
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 require a token.

§
OrganizationId: string
[src]

The WorkMail organization under which to list mobile device access overrides.

§
UserId?: string | null
[src]

The WorkMail user under which you list the mobile device access overrides. Accepts the following types of user identities:

  • User ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
  • Email address: user@domain.tld
  • User name: user