type

OperationCapabilities

type OperationCapabilities struct { Admin bool Create bool Read bool ReadVersions bool Update bool Delete bool Duplicate bool Publish bool Unpublish bool RestoreDeleted bool DeletePermanent bool SelectAll bool Unlock bool }

Non-secret permission summary for resource operations.

Source core/local.go:169

Adminbool
Reports whether Admin is currently allowed.
Createbool
Reports whether Create is currently allowed.
Readbool
Reports whether Read is currently allowed.
ReadVersionsbool
Reports whether ReadVersions is currently allowed.
Updatebool
Reports whether Update is currently allowed.
Deletebool
Reports whether Delete is currently allowed.
Duplicatebool
Reports whether Duplicate is currently allowed.
Publishbool
Reports whether Publish is currently allowed.
Unpublishbool
Reports whether Unpublish is currently allowed.
RestoreDeletedbool
Reports whether RestoreDeleted is currently allowed.
DeletePermanentbool
Reports whether DeletePermanent is currently allowed.
SelectAllbool
Reports whether SelectAll is currently allowed.
Unlockbool
Reports whether Unlock is currently allowed.

The summary deliberately excludes executable rules and filtered-access predicates. Treat it as UI capability data, never as authorization.