ContainersEntryOptionsAuth
edit
ZooKeeper Authentication information.
-
auth
(string
, required)
-
Plain-text auth. For the "digest" scheme
-
scheme
(string
, required)
-
Scheme identifier, usually "digest"
Example: "digest"
{
"auth" : "string",
"scheme" : "string"
}