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

DeleteMobileDeviceAccessRuleRequest

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

§Properties

§
MobileDeviceAccessRuleId: string
[src]

The identifier of the rule to be deleted.

§
OrganizationId: string
[src]

The WorkMail organization under which the rule will be deleted.