Class GetApiKeyRequest

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

public final class GetApiKeyRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • id

      @Nullable public java.lang.String id()
      API key id of the API key to be retrieved

      API name: id

    • name

      @Nullable public java.lang.String name()
      API key name of the API key to be retrieved

      API name: name

    • owner

      @Nullable public java.lang.Boolean owner()
      flag to query API keys owned by the currently authenticated user

      API name: owner

    • realmName

      @Nullable public java.lang.String realmName()
      realm name of the user who created this API key to be retrieved

      API name: realm_name

    • username

      @Nullable public java.lang.String username()
      user name of the user who created this API key to be retrieved

      API name: username