Skip to main content
Version: Next

Token Module

Message types for the Token API

Permissions

class Permissions(BaseModel)

Token permission

full_access

full access to manage buckets and tokens

read

list of buckets with read access

write

list of buckets with write access

Token

class Token(BaseModel)

Token for authentication

name

name of token

created_at

creation time of token

is_provisioned

token is provisioned and can't be deleted or changed

FullTokenInfo

class FullTokenInfo(Token)

Full information about token with permissions

permissions

permissions of token

TokenList

class TokenList(BaseModel)

List of tokens

tokens

list of tokens

TokenCreateResponse

class TokenCreateResponse(BaseModel)

Response from creating a token

value

token for authentication