Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 962 Bytes

File metadata and controls

35 lines (19 loc) · 962 Bytes

CreateApiKeyRequest

Properties

Name Type Description Notes
name String
expiresIn Integer Days until expiry [optional]
scope ScopeEnum 'full' grants access to all profiles (default), 'profiles' restricts to specific profiles [optional]
profileIds List<String> Profile IDs this key can access. Required when scope is 'profiles'. [optional]
permission PermissionEnum 'read-write' allows all operations (default), 'read' restricts to GET requests only [optional]

Enum: ScopeEnum

Name Value
FULL "full"
PROFILES "profiles"

Enum: PermissionEnum

Name Value
READ_WRITE "read-write"
READ "read"