Redis ACL object
An API object that represents a Redis access control list (ACL)
| Name | Type/Value | Description |
|---|---|---|
| uid | integer | Object’s unique ID |
| account_id | integer | SM account ID |
| acl | string | Redis ACL’s string |
| action_uid | string | Action UID. If it exists, progress can be tracked by the GET /actions/{uid} API (read-only) |
| name | string | Redis ACL’s name |
| min_version | string | Minimum database version that supports this ACL. Read only |
| max_version | string | Maximum database version that supports this ACL. Read only |