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

PutAccessControlRuleRequest

import type { PutAccessControlRuleRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface PutAccessControlRuleRequest {
Actions?: string[] | null;
Description: string;
ImpersonationRoleIds?: string[] | null;
IpRanges?: string[] | null;
Name: string;
NotActions?: string[] | null;
NotImpersonationRoleIds?: string[] | null;
NotIpRanges?: string[] | null;
NotUserIds?: string[] | null;
OrganizationId: string;
UserIds?: string[] | null;
}

§Properties

§
Actions?: string[] | null
[src]

Access protocol actions to include in the rule. Valid values include ActiveSync, AutoDiscover, EWS, IMAP, SMTP, WindowsOutlook, and WebMail.

§
Description: string
[src]

The rule description.

§

The rule effect.

§
ImpersonationRoleIds?: string[] | null
[src]

Impersonation role IDs to include in the rule.

§
IpRanges?: string[] | null
[src]

IPv4 CIDR ranges to include in the rule.

§
Name: string
[src]

The rule name.

§
NotActions?: string[] | null
[src]

Access protocol actions to exclude from the rule. Valid values include ActiveSync, AutoDiscover, EWS, IMAP, SMTP, WindowsOutlook, and WebMail.

§
NotImpersonationRoleIds?: string[] | null
[src]

Impersonation role IDs to exclude from the rule.

§
NotIpRanges?: string[] | null
[src]

IPv4 CIDR ranges to exclude from the rule.

§
NotUserIds?: string[] | null
[src]

User IDs to exclude from the rule.

§
OrganizationId: string
[src]

The identifier of the organization.

§
UserIds?: string[] | null
[src]

User IDs to include in the rule.