All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted, TaskAwareRequest, TransportRequest

public final class CloneApiKeyRequest extends LegacyActionRequest
Request for cloning an existing API key. The source key is identified by its encoded credential (Base64(id + ":" + secret)). The new key has the same role descriptors as the source, with a new name, id, and optional expiration and metadata.