21 #ifndef KINETIC_CPP_CLIENT_ACLS_H_
22 #define KINETIC_CPP_CLIENT_ACLS_H_
29 typedef enum { READ, WRITE, DELETE, RANGE, SETUP, P2POP, GETLOG, SECURITY } Permission;
56 #endif // KINETIC_CPP_CLIENT_ACLS_H_
std::string hmac_key
Key to use for authenticating requests.
The permissions apply to keys that have value at offset. For example, if offset is 0 and value is "lo...
std::list< Scope > scopes
List of scopes the user can operate in. For instance, a user might only have permission to write to a...
std::list< Permission > permissions
The operations the user can perform on the specified key range.