Interface accessUsersTokenReadToken

Returned by GET /access/users/{userid}/token/{tokenid}

Hierarchy

  • accessUsersTokenReadToken

Indexable

[additionalProperties: string]: any

Properties

comment?: string
expire?: number

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

privsep?: boolean

Restrict API token privileges with separate ACLs (default), or give full privileges of corresponding user.

Generated using TypeDoc