Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.19 KB

File metadata and controls

39 lines (23 loc) · 1.19 KB

ApiKey

Properties

Name Type Description Notes
id String [optional]
name String [optional]
keyPreview String [optional]
expiresAt OffsetDateTime [optional]
createdAt OffsetDateTime [optional]
key String Returned only once, on creation [optional]
scope ScopeEnum 'full' grants access to all profiles, 'profiles' restricts to specific profiles [optional]
profileIds List<ApiKeyProfileIdsInner> Profiles this key can access (populated with name and color). Only present when scope is 'profiles'. [optional]
permission PermissionEnum 'read-write' allows all operations, '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"