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

DisassociateDelegateFromResourceRequest

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

§Properties

§
EntityId: string
[src]

The identifier for the member (user, group) to be removed from the resource's delegates.

§
OrganizationId: string
[src]

The identifier for the organization under which the resource exists.

§
ResourceId: string
[src]

The identifier of the resource from which delegates' set members are removed.