Skip to content

beamable-sdk / schema / Account

Type Alias: Account

Account = object

Defined in: src/__generated__/schemas/Account.ts:12

Properties

country?

optional country: string

Defined in: src/__generated__/schemas/Account.ts:20


createdTimeMillis

createdTimeMillis: bigint | string

Defined in: src/__generated__/schemas/Account.ts:13


deviceId?

optional deviceId: string

Defined in: src/__generated__/schemas/Account.ts:21


deviceIds?

optional deviceIds: string[]

Defined in: src/__generated__/schemas/Account.ts:22


email?

optional email: string

Defined in: src/__generated__/schemas/Account.ts:23


external

external: ExternalIdentity[]

Defined in: src/__generated__/schemas/Account.ts:14


gamerTags

gamerTags: GamerTagAssociation[]

Defined in: src/__generated__/schemas/Account.ts:15


heartbeat?

optional heartbeat: bigint | string

Defined in: src/__generated__/schemas/Account.ts:24


id

id: bigint | string

Defined in: src/__generated__/schemas/Account.ts:16


inFlight?

optional inFlight: InFlightMessage[]

Defined in: src/__generated__/schemas/Account.ts:25


language?

optional language: string

Defined in: src/__generated__/schemas/Account.ts:26


password?

optional password: string

Defined in: src/__generated__/schemas/Account.ts:27


privilegedAccount

privilegedAccount: boolean

Defined in: src/__generated__/schemas/Account.ts:17


realmId?

optional realmId: string

Defined in: src/__generated__/schemas/Account.ts:28


roles?

optional roles: RoleMapping[]

Defined in: src/__generated__/schemas/Account.ts:30


roleString?

optional roleString: string

Defined in: src/__generated__/schemas/Account.ts:29


thirdParties

thirdParties: ThirdPartyAssociation[]

Defined in: src/__generated__/schemas/Account.ts:18


updatedTimeMillis

updatedTimeMillis: bigint | string

Defined in: src/__generated__/schemas/Account.ts:19


userName?

optional userName: string

Defined in: src/__generated__/schemas/Account.ts:31


wasMigrated?

optional wasMigrated: boolean

Defined in: src/__generated__/schemas/Account.ts:32