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

MobileDeviceAccessOverride

import type { MobileDeviceAccessOverride } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";

The override object.

interface MobileDeviceAccessOverride {
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 override was last modified.

§
Description?: string | null
[src]

A description of the override.

§
DeviceId?: string | null
[src]

The device to which the override applies.

§

The effect of the override, ALLOW or DENY.

§
UserId?: string | null
[src]

The WorkMail user to which the access override applies.