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

GetAccessControlEffectRequest

import type { GetAccessControlEffectRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface GetAccessControlEffectRequest {
Action: string;
ImpersonationRoleId?: string | null;
IpAddress: string;
OrganizationId: string;
UserId?: string | null;
}

§Properties

§
Action: string
[src]

The access protocol action. Valid values include ActiveSync, AutoDiscover, EWS, IMAP, SMTP, WindowsOutlook, and WebMail.

§
ImpersonationRoleId?: string | null
[src]

The impersonation role ID.

§
IpAddress: string
[src]

The IPv4 address.

§
OrganizationId: string
[src]

The identifier for the organization.

§
UserId?: string | null
[src]

The user ID.