ACLCursor
A cursor for enumerating access control list entries
If there are additional results available, the cursor object may be passed back into the same endpoint to retrieve another page. If the cursor is null, there are no remaining results to return.
type ACLCursor { results: [ACL!]! cursor: Cursor}Fields
Section titled “Fields”ACLCursor.results ● [ACL!]!non-nullobject {#results}
Section titled “ACLCursor.results ● [ACL!]! {#results}”ACLCursor.cursor ● Cursorscalar {#cursor}
Section titled “ACLCursor.cursor ● Cursor {#cursor}”Member Of
Section titled “Member Of”Repository object