Identity Pools (iam/v2)
Read an Identity Pool
Make a request to read an identity pool.
get/iam/v2/identity-providers/{provider_id}/identity-pools/{id}
Path parameters
provider_idstring required
The Provider
idstring required
The unique identifier for the identity pool.
Response
Identity Pool.
Example response
{
"id": "dlz-f3a90de",
"metadata": {
"self": "https://api.confluent.cloud/iam/v2/identity-pools/ip-12345",
"resource_name": "crn://confluent.cloud/organization=9bb441c4-edef-46ac-8a41-c49e44a3fd9a/identity-pool=ip-12345",
"created_at": "2006-01-02T15:04:05-07:00",
"updated_at": "2006-01-02T15:04:05-07:00",
"deleted_at": "2006-01-02T15:04:05-07:00"
},
"display_name": "My Identity Pool",
"description": "Prod Access to Kafka clusters to Release Engineering",
"identity_claim": "claims.sub",
"filter": "claims.aud==\"confluent\" && claims.group!=\"invalid_group\"",
"principal": "pool-abc",
"state": "ENABLED"
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.