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

MobileDeviceAccessMatchedRule

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

The rule that a simulated user matches.

interface MobileDeviceAccessMatchedRule {
MobileDeviceAccessRuleId?: string | null;
Name?: string | null;
}

§Properties

§
MobileDeviceAccessRuleId?: string | null
[src]

Identifier of the rule that a simulated user matches.

§
Name?: string | null
[src]

Name of a rule that a simulated user matches.