ContainersEntryOptionsAuthedit

ZooKeeper Authentication information.

Propertiesedit

auth (string, required)
Plain-text auth. For the "digest" scheme
scheme (string, required)

Scheme identifier, usually "digest"

Example: "digest"

Exampleedit

{
   "auth" : "string",
   "scheme" : "string"
}