Request body for replacing a template field definition's access control list. The supplied entries fully replace the field's existing explicit ACL. Inherited entries are not accepted.

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

Implemented by

Properties

Properties

The access control entries to set. Replaces the field's entire explicit ACL.