Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 878 Bytes

File metadata and controls

15 lines (10 loc) · 878 Bytes

CreateApiKeyRequest

Properties

Name Type Description Notes
name String
expires_in Option<i32> Days until expiry [optional]
scope Option<Scope> 'full' grants access to all profiles (default), 'profiles' restricts to specific profiles (enum: full, profiles) [optional][default to Full]
profile_ids Option<Vec> Profile IDs this key can access. Required when scope is 'profiles'. [optional]
permission Option<Permission> 'read-write' allows all operations (default), 'read' restricts to GET requests only (enum: read-write, read) [optional][default to ReadWrite]

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