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

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

# confluent provider-integration v2 validate

## Description

Validate that a provider integration is correctly configured with the cloud provider.

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

## Flags

```none
--azure-tenant-id string       Customer Azure Tenant ID (for validating Azure provider before update).
--gcp-service-account string   Customer Google Service Account (for validating GCP provider before update).
--environment string           Environment ID.
--context string               CLI context name.
```

## 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

Validate Azure provider integration “cspi-123456”.

```none
confluent provider-integration v2 validate cspi-123456
```

Validate GCP provider integration “cspi-789012”.

```none
confluent provider-integration v2 validate cspi-789012
```

## See Also

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