Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 783 Bytes

File metadata and controls

20 lines (12 loc) · 783 Bytes

NewApiKey

Newly generated ApiKey with Token

Properties

Name Type Description Notes
token String Unique token to be used in the system [optional]
accessLevel List<AccessLevel> Access level or permission to be assigned to this ApiKey. [optional]
name String Name of the ApiKey. [optional]
dateCreated OffsetDateTime Date this ApiKey was created. [optional]
lastUse OffsetDateTime Date this ApiKey was last used. [optional]
expires OffsetDateTime Date this ApiKey expires. [optional]
restrictAccessToIPRange List<String> Which IPs can use this ApiKey [optional]