inheritAclFrom property

String? inheritAclFrom
getter/setter pair

The name of the item to inherit the Access Permission List (ACL) from.

Note: ACL inheritance only provides access permissions to child items and does not define structural relationships, nor does it provide convenient ways to delete large groups of items. Deleting an ACL parent from the index only alters the access permissions of child items that reference the parent in the inheritAclFrom field. The item is still in the index, but may not visible in search results. By contrast, deletion of a container item also deletes all items that reference the container via the containerName field. The maximum length for this field is 1536 characters.

Implementation

core.String? inheritAclFrom;