Class DeletePrivilegesRequest

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

public final class DeletePrivilegesRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • application

      public java.lang.String application()
      Required - Application name

      API name: application

    • name

      public java.lang.String name()
      Required - Privilege 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