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

CreateAliasRequest

import type { CreateAliasRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface CreateAliasRequest {
Alias: string;
EntityId: string;
OrganizationId: string;
}

§Properties

§
Alias: string
[src]

The alias to add to the member set.

§
EntityId: string
[src]

The member (user or group) to which this alias is added.

§
OrganizationId: string
[src]

The organization under which the member (user or group) exists.