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

<a id="confluent-provider-integration-v2-update"></a>

# confluent provider-integration v2 update

## Description

Update an existing provider integration to map customer’s identity.

```none
confluent provider-integration v2 update <id> [flags]
```

## Flags

```none
    --azure-tenant-id string       Customer Azure Tenant ID (required for Azure provider).
    --gcp-service-account string   Customer Google Service Account (required for GCP provider).
    --environment string           Environment ID.
    --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 Azure provider integration “cspi-123456” with customer tenant ID.

```none
confluent provider-integration v2 update cspi-123456 --azure-tenant-id 00000000-0000-0000-0000-000000000000
```

Update GCP provider integration “cspi-789012” with customer service account.

```none
confluent provider-integration v2 update cspi-789012 --gcp-service-account my-sa@my-project.iam.gserviceaccount.com
```

## See Also

* [confluent provider-integration v2](index.md#confluent-provider-integration-v2) - Manage provider integrations (v2).
