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

GetMobileDeviceAccessEffectRequest

import type { GetMobileDeviceAccessEffectRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface GetMobileDeviceAccessEffectRequest {
DeviceModel?: string | null;
DeviceOperatingSystem?: string | null;
DeviceType?: string | null;
DeviceUserAgent?: string | null;
OrganizationId: string;
}

§Properties

§
DeviceModel?: string | null
[src]

Device model the simulated user will report.

§
DeviceOperatingSystem?: string | null
[src]

Device operating system the simulated user will report.

§
DeviceType?: string | null
[src]

Device type the simulated user will report.

§
DeviceUserAgent?: string | null
[src]

Device user agent the simulated user will report.

§
OrganizationId: string
[src]

The WorkMail organization to simulate the access effect for.