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

GetMobileDeviceAccessOverrideResponse

import type { GetMobileDeviceAccessOverrideResponse } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface GetMobileDeviceAccessOverrideResponse {
DateCreated?: Date | number | null;
DateModified?: Date | number | null;
Description?: string | null;
DeviceId?: string | null;
UserId?: string | null;
}

§Properties

§
DateCreated?: Date | number | null
[src]

The date the override was first created.

§
DateModified?: Date | number | null
[src]

The date the description was last modified.

§
Description?: string | null
[src]

A description of the override.

§
DeviceId?: string | null
[src]

The device to which the access override applies.

§

The effect of the override, ALLOW or DENY.

§
UserId?: string | null
[src]

The WorkMail user to which the access override applies.