Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 643 Bytes

ApiKey.md

File metadata and controls

13 lines (9 loc) · 643 Bytes

ApiKey

The integration key.

Properties

Name Type Description Notes
id str The unique ID of the API key, used when signing JWTs or accessing the API using Basic Authentication. [optional]
display_name str The name of the API key. [optional]
secret str The secret of the API key, used when signing JWTs or accessing the API using Basic Authentication [optional]

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