Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 883 Bytes

ApiTokenModel.md

File metadata and controls

17 lines (13 loc) · 883 Bytes

ApiTokenModel

Properties

Name Type Description Notes
account str The account who generated this token. [optional]
account_type str The user or service account generated this token. [optional]
created_epoch_millis int [optional]
customer str The id of the customer to which the token belongs. [optional]
date_generated int The generation date of the token. [optional]
id str The unique identifier of the token. [optional]
last_used int The last time this token was used. [optional]
name str The name of the token. [optional]

[Back to Model list] [Back to API list] [Back to README]