Skip to main content

identity_pools

Overview

Nameidentity_pools
TypeResource
Idconfluent.iam.identity_pools

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").
descriptionstringA description of how this IdentityPool is used
api_versionstringAPIVersion defines the schema version of this representation of a resource.
display_namestringThe name of the IdentityPool.
filterstringA filter expression in Supported Common Expression Language (CEL) that specifies which identities can authenticate using your identity pool (see Set identity pool filters for more details).
identity_claimstringThe JSON Web Token (JWT) claim to extract the authenticating identity to Confluent resources from
(see Registered Claim Names for more details).
This appears in the audit log records, showing, for example, that "identity Z used identity pool X to access
topic A".
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.
principalstringRepresents the federated identity associated with this pool.
statestringThe current state of the identity pool

Methods

NameAccessible byRequired ParamsDescription
get_iam_v2identity_poolSELECTid, provider_idGeneral Availability

Make a request to read an identity pool.
list_iam_v2identity_poolsSELECTprovider_idGeneral Availability

Retrieve a sorted, filtered, paginated list of all identity pools.
create_iam_v2identity_poolINSERTprovider_idGeneral Availability

Make a request to create an identity pool.
delete_iam_v2identity_poolDELETEid, provider_idGeneral Availability

Make a request to delete an identity pool.
update_iam_v2identity_poolUPDATEid, provider_idGeneral Availability

Make a request to update an identity pool.