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

CreateMobileDeviceAccessRuleRequest

import type { CreateMobileDeviceAccessRuleRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface CreateMobileDeviceAccessRuleRequest {
ClientToken?: string | null;
Description?: string | null;
DeviceModels?: string[] | null;
DeviceOperatingSystems?: string[] | null;
DeviceTypes?: string[] | null;
DeviceUserAgents?: string[] | null;
Name: string;
NotDeviceModels?: string[] | null;
NotDeviceOperatingSystems?: string[] | null;
NotDeviceTypes?: string[] | null;
NotDeviceUserAgents?: string[] | null;
OrganizationId: string;
}

§Properties

§
ClientToken?: string | null
[src]

The idempotency token for the client request.

§
Description?: string | null
[src]

The rule description.

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

Device models that the rule will match.

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

Device operating systems that the rule will match.

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

Device types that the rule will match.

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

Device user agents that the rule will match.

§

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

§
Name: string
[src]

The rule name.

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

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

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

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

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

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

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

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

§
OrganizationId: string
[src]

The WorkMail organization under which the rule will be created.