java.lang.Object
org.elasticsearch.action.ActionType<CreateApiKeyResponse>
org.elasticsearch.xpack.core.security.action.apikey.GrantApiKeyAction

public final class GrantApiKeyAction extends ActionType<CreateApiKeyResponse>
ActionType for the creation of an API key on behalf of another user This returns the CreateApiKeyResponse because the REST output is intended to be identical to the CreateApiKeyAction.