Optionaldata: LfRepositoryClientV2.IAccessControlEntryOptionalaccessWhether the ACE grants (Allow) or denies (Deny) the listed rights.
OptionalinheritedWhen inherited, a description of where the ACE was inherited from. Output only.
OptionalisTrue when this ACE is inherited from an ancestor. Read-only — inherited ACEs are returned by GET but are ignored on input (the set operation manages explicit ACEs only).
OptionalrightsThe rights granted or denied by this ACE.
OptionalscopeHow the ACE propagates to descendant entries. Defaults to All when omitted on input.
OptionaltrusteeThe trustee this ACE applies to. On input, identify the trustee by either trustee.sid or trustee.accountName (the SID takes precedence when both are given).
Optional_data: anyOptionaldata: anyStaticfromJS
A single access control entry (ACE): one trustee, whether its rights are allowed or denied, and the rights themselves. A trustee that has both allowed and denied rights is represented as two ACEs.