Item.locked

Get locked property.

class Item
@property
bool
locked
()

Return Value

Type: bool

Whether the item is locked or not.

An item may not be independently lockable separate from other items in its collection.

To lock or unlock a item use the secret.service.Service.lock or secret.service.Service.unlock functions.