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
§
IdentityType?: IdentityType | null
[src]