Class UpdateApiKeyIdRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.connector.UpdateApiKeyIdRequest
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class UpdateApiKeyIdRequest extends RequestBase implements JsonpSerializable
Update the connector API key ID.

Update the api_key_id and api_key_secret_id fields of a connector. You can specify the ID of the API key used for authorization and the ID of the connector secret where the API key is stored. The connector secret ID is required only for Elastic managed (native) connectors. Self-managed connectors (connector clients) do not use this field.

See Also: