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

AddResourcePermissionsRequest

import type { AddResourcePermissionsRequest } from "https://aws-api.deno.dev/v0.3/services/workdocs.ts?docs=full";
interface AddResourcePermissionsRequest {
AuthenticationToken?: string | null;
NotificationOptions?: NotificationOptions | null;
Principals: SharePrincipal[];
ResourceId: string;
}

§Properties

§
AuthenticationToken?: string | null
[src]

Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.

§
NotificationOptions?: NotificationOptions | null
[src]

The notification options.

§
Principals: SharePrincipal[]
[src]

The users, groups, or organization being granted permission.

§
ResourceId: string
[src]

The ID of the resource.