Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 881 Bytes

File metadata and controls

14 lines (10 loc) · 881 Bytes

Zernio.Model.CreateApiKeyRequest

Properties

Name Type Description Notes
Name string
ExpiresIn int Days until expiry [optional]
Scope string 'full' grants access to all profiles (default), 'profiles' restricts to specific profiles [optional] [default to ScopeEnum.Full]
ProfileIds List<string> Profile IDs this key can access. Required when scope is 'profiles'. [optional]
Permission string 'read-write' allows all operations (default), 'read' restricts to GET requests only [optional] [default to PermissionEnum.ReadWrite]

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