Interface accessUsersTokenUpdateTokenInfo

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

Hierarchy

  • accessUsersTokenUpdateTokenInfo

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