PersistentAI API Documentation / @persistentai/fireflow-vfs / generated/lakefs/types.gen / User
Type Alias: User
User =
object
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:477
Properties
creation_date
creation_date:
number
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:485
Unix Epoch in seconds
email?
optionalemail:string
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:498
The email address of the user. If API authentication is enabled, this field is mandatory and will be invited to login. If API authentication is disabled, this field will be ignored. All current APIAuthenticators require the email to be lowercase and unique, although custom authenticators may not enforce this.
friendly_name?
optionalfriendly_name:string
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:491
A shorter name for the user than the id. Unlike id it does not identify the user (it might not be unique). Used in some places in the UI.
id
id:
string
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:481
A unique identifier for the user. Cannot be edited.