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

AccountAssignment

import type { AccountAssignment } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssoadmin.ts";
interface AccountAssignment {
AccountId?: string | null;
PermissionSetArn?: string | null;
PrincipalId?: string | null;
PrincipalType?: PrincipalType | null;
}

§Properties

§
AccountId?: string | null
[src]
§
PermissionSetArn?: string | null
[src]
§
PrincipalId?: string | null
[src]
§
PrincipalType?: PrincipalType | null
[src]