Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 797 Bytes

File metadata and controls

19 lines (17 loc) · 797 Bytes

Resource

Properties

Name Type Description Notes
id java.util.UUID Unique ID representing a resource [optional]
status StatusEnum Current state of the resource in Passbase's systems [optional]
created Long Unix-timestamp of when the resource was created [optional]
updated Long Unix-timestamp of when the resource was updated [optional]
type String [optional]
resourceFiles ResourceFiles [optional]

Enum: StatusEnum

Name Value
CREATED "created"
PROCESSING "processing"
PROCESSED "processed"