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

User

import type { User } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/quicksight.ts";
interface User {
Active?: boolean | null;
Arn?: string | null;
CustomPermissionsName?: string | null;
Email?: string | null;
ExternalLoginFederationProviderType?: string | null;
ExternalLoginFederationProviderUrl?: string | null;
ExternalLoginId?: string | null;
IdentityType?: IdentityType | null;
PrincipalId?: string | null;
Role?: UserRole | null;
UserName?: string | null;
}

§Properties

§
Active?: boolean | null
[src]
§
Arn?: string | null
[src]
§
CustomPermissionsName?: string | null
[src]
§
Email?: string | null
[src]
§
ExternalLoginFederationProviderType?: string | null
[src]
§
ExternalLoginFederationProviderUrl?: string | null
[src]
§
ExternalLoginId?: string | null
[src]
§
IdentityType?: IdentityType | null
[src]
§
PrincipalId?: string | null
[src]
§
Role?: UserRole | null
[src]
§
UserName?: string | null
[src]