ElasticsearchClusterRole
edit
The authorization information for an Elasticsearch cluster user.
-
roles
(array[
string
]
, required)
-
The list of roles for this user
-
username
(string
, required)
-
The username
{
"roles" : [
"string"
],
"username" : "string"
}