Skip to main content

ACCESSCONTROLLISTCOMPONENTSTATUSFLAGS

NameDescriptionType
allSpecifies all flags set; Including any future flags.boolean
deletedComponent is deleted.boolean
source_item_linked_via_pseudo_usersThe source of the component (= object/item) is linked via pseudo users (each pseudo-user contains an additional element in the beginning of its pseudo-user elements that maintains this linkage). This is the case with source items that use their own permissions as their automatic permissions.boolean

Example

{
"all": false,
"deleted": false,
"source_item_linked_via_pseudo_users": false
}