Interface accessUsersIndex

Returned by GET /access/users

Hierarchy

  • accessUsersIndex

Indexable

[additionalProperties: string]: any

Properties

comment?: string
email?: string
enable?: boolean

Enable the account (default). You can set this to '0' to disable the account

expire?: number

Account expiration date (seconds since epoch). '0' means no expiration date.

firstname?: string
groups?: string
keys?: string

Keys for two factor auth (yubico).

lastname?: string
realm-type?: string

The type of the users realm

tokens?: { comment?: string; expire?: number; privsep?: boolean; tokenid: string }[]
userid: string

User ID

Generated using TypeDoc