Interface accessUsersTokenGenerateToken

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

Hierarchy

  • accessUsersTokenGenerateToken

Indexable

[additionalProperties: string]: any

Properties

Properties

full-tokenid: string

The full token id.

info: { comment?: string; expire?: number; privsep?: boolean }

Type declaration

  • Optional comment?: string
  • Optional expire?: number

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

  • Optional privsep?: boolean

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

value: string

API token value used for authentication.

Generated using TypeDoc