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

ListAccountAssignmentsRequest

import type { ListAccountAssignmentsRequest } from "https://aws-api.deno.dev/v0.3/services/ssoadmin.ts?docs=full";
interface ListAccountAssignmentsRequest {
AccountId: string;
InstanceArn: string;
MaxResults?: number | null;
NextToken?: string | null;
PermissionSetArn: string;
}

§Properties

§
AccountId: string
[src]

The identifier of the Amazon Web Services account from which to list the assignments.

§
InstanceArn: string
[src]

The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

§
MaxResults?: number | null
[src]

The maximum number of results to display for the assignment.

§
NextToken?: string | null
[src]

The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.

§
PermissionSetArn: string
[src]

The ARN of the permission set from which to list assignments.