Module org.elasticsearch.xcore
Package org.elasticsearch.xpack.core.security.action.apikey
package org.elasticsearch.xpack.core.security.action.apikey
-
ClassDescriptionAPI key informationActionType for the creation of an API keyRequest class used for the creation of an API key.Request builder for populating a
CreateApiKeyRequestResponse for the successful creation of an api keyActionType for the creation of a cross-cluster API keyActionType for retrieving API key(s)Request for get API keyResponse for get API keys.
The result contains information about the API keys that were found.ActionType for the creation of an API key on behalf of another user This returns theCreateApiKeyResponsebecause the REST output is intended to be identical to theCreateApiKeyAction.Request class used for the creation of an API key on behalf of another user.ActionType for invalidating API keyRequest for invalidating API key(s) so that it can no longer be usedResponse for invalidation of one or more API keys result.
The result contains information about: API key ids that were actually invalidated API key ids that were not invalidated in this request because they were already invalidated how many errors were encountered while invalidating API keys and the error detailsResponse for search API keys.
The result contains information about the API keys that were found.