Class DeleteRoleMappingRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.security.DeleteRoleMappingRequest
All Implemented Interfaces:
ElasticsearchCommonRequest

public final class DeleteRoleMappingRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • name

      public java.lang.String name()
      Required - Role-mapping name

      API name: name

    • refresh

      @Nullable public jakarta.json.JsonValue refresh()
      If true (the default) then refresh the affected shards to make this operation visible to search, if wait_for then wait for a refresh to make this operation visible to search, if false then do nothing with refreshes.

      API name: refresh