Class BulkPutRoleRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.security.BulkPutRoleRequest
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class BulkPutRoleRequest extends RequestBase implements JsonpSerializable
Bulk create or update roles.

The role management APIs are generally the preferred way to manage roles, rather than using file-based role management. The bulk create or update roles API cannot update roles that are defined in roles files.

See Also: