Contains information about assets that are locked for deployment.

Column

Data Type

Constraint

id

VARCHAR(40)

not null

(primary key)

The unique ID for the lock.

repository_name

VARCHAR(255)

not null

The name of the repository for which the asset is a part.

descriptor_name

VARCHAR(255)

not null

The item descriptor name associated with the asset.

repository_id

VARCHAR(255)

not null

The asset’s RepositoryID.

workspace_id

VARCHAR(40)

not null

The unique ID for the workspace.