ElasticsearchElasticUserPasswordResetResponseedit

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

Propertiesedit

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

Exampleedit

{
   "password" : "string",
   "username" : "string"
}