InlinedKeyData

data class InlinedKeyData(val format: APIState, val createdAt: Instant, val permissions: List<APIPermission>, val owner: UUID)(source)

Represents byte-inlined data (previously) stored in the key as base64

Constructors

Link copied to clipboard
constructor(format: APIState, createdAt: Instant, permissions: List<APIPermission>, owner: UUID)

Properties

Link copied to clipboard

Unix epoch timestamp of when the key was created

Link copied to clipboard
Link copied to clipboard
val owner: UUID

Key owner's UUID

Link copied to clipboard

Permissions allowed for this key