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

interface ITemplateAccessControlList {
    entries?: LfRepositoryClientV2.TemplateAccessControlEntry[];
}

Implemented by

Properties

Properties

The access control entries that make up the ACL.