The access control list (ACL) of a template field definition: its access control entries. Field ACLs have no parent inheritance, so there is no inherit-parents flag.

interface IFieldAccessControlList {
    entries?: LfRepositoryClientV2.FieldAccessControlEntry[];
}

Implemented by

Properties

Properties

The access control entries that make up the ACL.