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

UpdateMobileDeviceAccessRuleRequest

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

§Properties

§
Description?: string | null
[src]

The updated rule description.

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

Device models that the updated rule will match.

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

Device operating systems that the updated rule will match.

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

Device types that the updated rule will match.

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

User agents that the updated rule will match.

§

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

§
MobileDeviceAccessRuleId: string
[src]

The identifier of the rule to be updated.

§
Name: string
[src]

The updated rule name.

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

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

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

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

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

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

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

User agents that the updated rule will not match. All other user agents will match.

§
OrganizationId: string
[src]

The WorkMail organization under which the rule will be updated.