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

ListAccessPoliciesRequest

import type { ListAccessPoliciesRequest } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface ListAccessPoliciesRequest {
iamArn?: string | null;
identityId?: string | null;
identityType?: IdentityType | null;
maxResults?: number | null;
nextToken?: string | null;
resourceId?: string | null;
resourceType?: ResourceType | null;
}

§Properties

§
iamArn?: string | null
[src]

The ARN of the IAM user. For more information, see IAM ARNs in the IAM User Guide. This parameter is required if you specify IAM for identityType.

§
identityId?: string | null
[src]

The ID of the identity. This parameter is required if you specify USER or GROUP for identityType.

§
identityType?: IdentityType | null
[src]

The type of identity (Amazon Web Services SSO user, Amazon Web Services SSO group, or IAM user). This parameter is required if you specify identityId.

§
maxResults?: number | null
[src]

The maximum number of results to return for each paginated request.

Default: 50

§
nextToken?: string | null
[src]

The token to be used for the next set of paginated results.

§
resourceId?: string | null
[src]

The ID of the resource. This parameter is required if you specify resourceType.

§
resourceType?: ResourceType | null
[src]

The type of resource (portal or project). This parameter is required if you specify resourceId.