EmbeddedUser: HideableBaseEntity & {
    loginType: LoginType;
    username: string;
}

A GS user embedded in another entity

Type declaration

  • loginType: LoginType

    Whether the user logs in via Cognito or the API

  • username: string

    The user's username set in AWS Cognito.