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

DescribeResourcePermissionsRequest

import type { DescribeResourcePermissionsRequest } from "https://aws-api.deno.dev/v0.3/services/workdocs.ts?docs=full";
interface DescribeResourcePermissionsRequest {
AuthenticationToken?: string | null;
Limit?: number | null;
Marker?: string | null;
PrincipalId?: string | null;
ResourceId: string;
}

§Properties

§
AuthenticationToken?: string | null
[src]

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

§
Limit?: number | null
[src]

The maximum number of items to return with this call.

§
Marker?: string | null
[src]

The marker for the next set of results. (You received this marker from a previous call)

§
PrincipalId?: string | null
[src]

The ID of the principal to filter permissions by.

§
ResourceId: string
[src]

The ID of the resource.