ElasticsearchElasticUserPasswordResetResponse
editElasticsearchElasticUserPasswordResetResponse
editEnvelope holding the newly-reset password for a cluster's user
Properties
edit-
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
Example
edit{ "password" : "string", "username" : "string" }