Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.04 KB

File metadata and controls

17 lines (14 loc) · 1.04 KB

# ApiKey

Properties

Name Type Description Notes
id string [optional]
name string [optional]
key_preview string [optional]
expires_at \DateTime [optional]
created_at \DateTime [optional]
key string Returned only once, on creation [optional]
scope string 'full' grants access to all profiles, 'profiles' restricts to specific profiles [optional] [default to 'full']
profile_ids \Zernio\Model\ApiKeyProfileIdsInner[] Profiles this key can access (populated with name and color). Only present when scope is 'profiles'. [optional]
permission string 'read-write' allows all operations, 'read' restricts to GET requests only [optional] [default to 'read-write']

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