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

CreateAccountAssignmentRequest

import type { CreateAccountAssignmentRequest } from "https://aws-api.deno.dev/v0.3/services/ssoadmin.ts?docs=full";
interface CreateAccountAssignmentRequest {
InstanceArn: string;
PermissionSetArn: string;
PrincipalId: string;
PrincipalType: PrincipalType;
TargetId: string;
TargetType: TargetType;
}

§Properties

§
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.

§
PermissionSetArn: string
[src]

The ARN of the permission set that the admin wants to grant the principal access to.

§
PrincipalId: string
[src]

An identifier for an object in Amazon Web Services SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in Amazon Web Services SSO, see the Amazon Web Services SSO Identity Store API Reference.

§
PrincipalType: PrincipalType
[src]

The entity type for which the assignment will be created.

§
TargetId: string
[src]

TargetID is an Amazon Web Services account identifier, typically a 10-12 digit string (For example, 123456789012).

§
TargetType: TargetType
[src]

The entity type for which the assignment will be created.