confluent iam identity-provider update
Description
Update an existing IAM identity provider.
confluent iam identity-provider update <id> [flags]
Flags
--name string The human-readable name of the OAuth identity provider.
--description string A description of the identity provider.
--identity-claim string The JSON Web Token (JWT) claim to extract the authenticating identity to Confluent resources from Registered Claim Names.
--issuer-uri string A publicly accessible URL uniquely identifying the OAuth identity provider authorized to issue access tokens.
--jwks-uri string A publicly accessible JSON Web Key Set (JWKS) URI for the OAuth identity provider.
--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 provider “op-123456”.
confluent iam identity-provider update op-123456 --description "updated description"
See Also
confluent iam identity-provider - Manage Confluent Cloud IAM identity providers.