Response returned when listing tokens.

interface ListTokensResponse {
    tokens: Cockpit.v1.Token[];
    totalCount: number;
}

Properties

Properties

tokens: Cockpit.v1.Token[]

Tokens matching the request within the pagination.

totalCount: number

Total count of tokens matching the request.