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

GetImpersonationRoleEffectResponse

import type { GetImpersonationRoleEffectResponse } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface GetImpersonationRoleEffectResponse {
Effect?: AccessEffect | null;
MatchedRules?: ImpersonationMatchedRule[] | null;
Type?: ImpersonationRoleType | null;
}

§Properties

§
Effect?: AccessEffect | null
[src]

``Effect of the impersonation role on the target user based on its rules. Available effects are ALLOW or `DENY`.

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

A list of the rules that match the input and produce the configured effect.

§

The impersonation role type.