Logo

View the Project on GitHub elements-storage/elements-sdk-python

APITokenWithSecretUpdate

An API token that authenticates programmatic access to the API as a specific user, including the secret token value (returned only on creation).

Properties

Name Type Description Notes
name str Human-readable label for the token.  
token str The secret token value. Generated automatically and returned only on creation. [optional]

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