confluent iam pool update¶
Flags¶
--provider string REQUIRED: ID of this pool's identity provider.
--identity-claim string Claim specifying the external identity using this identity pool.
--name string Name of the identity pool.
--description string Description of the identity pool.
--filter string A supported Common Expression Language (CEL) filter expression. (default "true")
--context string CLI context name.
-o, --output string Specify the output format as "human", "json", or "yaml". (default "human")
Global Flags¶
-h, --help Show help for this command.
--unsafe-trace Equivalent to -vvvv, but also log HTTP requests and responses which might contain plaintext secrets.
-v, --verbose count Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
Examples¶
Update the description of identity pool “pool-123456”:
confluent iam pool update pool-123456 --provider op-12345 --description "updated description"
See Also¶
- confluent iam pool - Manage identity pools.