ElasticsearchClusterUseredit

The information about an Elasticsearch cluster user.

Propertiesedit

password_hash (string, required)
The hashed password
username (string, required)
The username

Exampleedit

{
   "password_hash" : "string",
   "username" : "string"
}