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

AssociateDelegateToResourceRequest

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

§Properties

§
EntityId: string
[src]

The member (user or group) to associate to the resource.

§
OrganizationId: string
[src]

The organization under which the resource exists.

§
ResourceId: string
[src]

The resource for which members (users or groups) are associated.