Creates an ACL.
The name, and optionally allow and deny paths, for the new ACL
The new ACL's ID
Deletes an ACL.
The ACL's ID
Edits an ACL's information.
Note that editing allow/deny paths here overwrites them on the ACL! If you don't know the existing state of these to properly merge your changes, I suggest using editPaths instead.
The ACL's ID
The parts of the ACL to alter
Edits an ACL's allow and deny paths.
This method does not overwrite these paths on the ACL, it will merge them into the existing ones. If you know the existing state of these, I suggest using edit instead.
The ACL's ID
The parts of the ACL to alter
Gets an ACL's info from its ID.
The ACL's ID
The ACL's information/details
Gets the list of ACLs and their IDs.
A list of ACLs with their corresponding IDs
Methods for reading, listing, and updating Access Control Lists (ACLs).