confluent iam provider update

Description

Update an identity provider.

confluent iam provider update <id> [flags]

Flags

    --name string          Name of the identity provider.
    --description string   Description of the 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 provider update op-123456 --description "updated description"

See Also