Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.25 KB

ApiKey.md

File metadata and controls

20 lines (15 loc) · 1.25 KB

ApiKey

Properties

Name Type Description Notes
expiration_instant Option<i64> The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. [optional]
id Option<uuid::Uuid> [optional]
insert_instant Option<i64> The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. [optional]
ip_access_control_list_id Option<uuid::Uuid> [optional]
key Option<String> [optional]
key_manager Option<bool> [optional]
last_update_instant Option<i64> The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. [optional]
meta_data Option<models::ApiKeyMetaData> [optional]
permissions Option<models::ApiKeyPermissions> [optional]
tenant_id Option<uuid::Uuid> [optional]

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