ContainersEntryOptionsACLedit

ZooKeeper ACL information.

Propertiesedit

id (string, required)
Identity within the provided scheme.
perms (integer as int32, required)
Permissions
scheme (string, required)
Auth scheme, in Elastic Cloud this is usually "digest"

Exampleedit

{
   "id" : "string",
   "perms" : 0,
   "scheme" : "string"
}