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

GetMobileDeviceAccessEffectResponse

import type { GetMobileDeviceAccessEffectResponse } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface GetMobileDeviceAccessEffectResponse {
MatchedRules?: MobileDeviceAccessMatchedRule[] | null;
}

§Properties

§

The effect of the simulated access, ALLOW or DENY, after evaluating mobile device access rules in the WorkMail organization for the simulated user parameters.

§
MatchedRules?: MobileDeviceAccessMatchedRule[] | null
[src]

A list of the rules which matched the simulated user input and produced the effect.