Class GetUserPrivilegesRequest

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

public final class GetUserPrivilegesRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • application

      @Nullable public java.lang.String application()
      The name of the application. Application privileges are always associated with exactly one application. If you do not specify this parameter, the API returns information about all privileges for all applications.

      API name: application

    • priviledge

      @Nullable public java.lang.String priviledge()
      The name of the privilege. If you do not specify this parameter, the API returns information about all privileges for the requested application.

      API name: priviledge