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

public final class CloneApiKeyAction extends ActionType<CreateApiKeyResponse>
ActionType for cloning an API key. Creates a new API key with the same role descriptors as an existing key (identified by its credential), with a new name, id, and optional expiry. Returns CreateApiKeyResponse like CreateApiKeyAction and GrantApiKeyAction.