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.3/services/workmail.ts?docs=full";
interface GetAccessControlEffectRequest {
Action: string;
IpAddress: string;
OrganizationId: string;
UserId: string;
}

§Properties

§
Action: string
[src]

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

§
IpAddress: string
[src]

The IPv4 address.

§
OrganizationId: string
[src]

The identifier for the organization.

§
UserId: string
[src]

The user ID.