ElasticsearchElasticUserPasswordResetResponseedit

Envelope holding the newly-reset password for a cluster's elasticsearch user

Propertiesedit

password (string, required)
The newly-reset password for the given Elasticsearch cluster

Exampleedit

{
   "password" : "string"
}