Skip to main content

api_keys

Overview

Nameapi_keys
TypeResource
Idconfluent.iam.api_keys

Fields

NameDatatypeDescription
idstringID is the "natural identifier" for an object within its scope/namespace; it is normally unique across time but not space. That is, you can assume that the ID will not be reclaimed and reused after an object is deleted ("time"); however, it may collide with IDs for other object kinds or objects of the same kind within a different scope/namespace ("space").
_specobject
api_versionstringAPIVersion defines the schema version of this representation of a resource.
kindstringKind defines the object this REST resource represents.
metadata``ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
specobjectThe desired state of the Api Key

Methods

NameAccessible byRequired ParamsDescription
get_iam_v2api_keySELECTidGeneral Availability

Make a request to read an API key.
list_iam_v2api_keysSELECTGeneral Availability

Retrieve a sorted, filtered, paginated list of all API keys.

This can show all keys for a single owner (across resources - Kafka clusters), or all keys for a single
resource (across owners). If no owner or resource filters are specified, returns all API Keys in the
organization. You will only see the keys that are accessible to the account making the API request.
create_iam_v2api_keyINSERTGeneral Availability

Make a request to create an API key.
delete_iam_v2api_keyDELETEidGeneral Availability

Make a request to delete an API key.
update_iam_v2api_keyUPDATEidGeneral Availability

Make a request to update an API key.