<!-- WARNING: This documentation is auto-generated from the confluentinc/cli repository and should not be manually edited. -->

<a id="confluent-iam-provider-update"></a>

# confluent iam provider update

## Description

Update an identity provider.

```none
confluent iam provider update <id> [flags]
```

## Flags

```none
    --name string             Name of the identity provider.
    --description string      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.
    --context string          CLI context name.
-o, --output string           Specify the output format as "human", "json", or "yaml". (default "human")
```

## Global Flags

```none
-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”.

```none
confluent iam provider update op-123456 --description "updated description"
```

## See Also

* [confluent iam provider](index.md#confluent-iam-provider) - Manage identity providers.
