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

MobileDeviceAccessRule

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

A rule that controls access to mobile devices for an WorkMail group.

interface MobileDeviceAccessRule {
DateCreated?: Date | number | null;
DateModified?: Date | number | null;
Description?: string | null;
DeviceModels?: string[] | null;
DeviceOperatingSystems?: string[] | null;
DeviceTypes?: string[] | null;
DeviceUserAgents?: string[] | null;
MobileDeviceAccessRuleId?: string | null;
Name?: string | null;
NotDeviceModels?: string[] | null;
NotDeviceOperatingSystems?: string[] | null;
NotDeviceTypes?: string[] | null;
NotDeviceUserAgents?: string[] | null;
}

§Properties

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

The date and time at which an access rule was created.

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

The date and time at which an access rule was modified.

§
Description?: string | null
[src]

The description of a mobile access rule.

§
DeviceModels?: string[] | null
[src]

Device models that a rule will match.

§
DeviceOperatingSystems?: string[] | null
[src]

Device operating systems that a rule will match.

§
DeviceTypes?: string[] | null
[src]

Device types that a rule will match.

§
DeviceUserAgents?: string[] | null
[src]

Device user agents that a rule will match.

§

The effect of the rule when it matches. Allowed values are ALLOW or DENY.

§
MobileDeviceAccessRuleId?: string | null
[src]

The ID assigned to a mobile access rule.

§
Name?: string | null
[src]

The name of a mobile access rule.

§
NotDeviceModels?: string[] | null
[src]

Device models that a rule will not match. All other device models will match.

§
NotDeviceOperatingSystems?: string[] | null
[src]

Device operating systems that a rule will not match. All other device types will match.

§
NotDeviceTypes?: string[] | null
[src]

Device types that a rule will not match. All other device types will match.

§
NotDeviceUserAgents?: string[] | null
[src]

Device user agents that a rule will not match. All other device user agents will match.