Class DeletePrivilegesRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.security.DeletePrivilegesRequest

public class DeletePrivilegesRequest
extends RequestBase
Removes application privileges.
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static DeletePrivilegesRequest of​(java.util.function.Function<DeletePrivilegesRequest.Builder,​ObjectBuilder<DeletePrivilegesRequest>> fn)
    • application

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

      API name: application

    • name

      public final java.util.List<java.lang.String> name()
      Required - Privilege name

      API name: name

    • refresh

      @Nullable public final Refresh 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