RegisterUserRequest
import type { RegisterUserRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/quicksight.ts";interface RegisterUserRequest {
AwsAccountId: string;
CustomFederationProviderUrl?: string | null;
CustomPermissionsName?: string | null;
Email: string;
ExternalLoginFederationProviderType?: string | null;
ExternalLoginId?: string | null;
IamArn?: string | null;
IdentityType: IdentityType;
Namespace: string;
SessionName?: string | null;
UserName?: string | null;
UserRole: UserRole;
}§Properties
§
IdentityType: IdentityType
[src]