Update to powershell SDK docs: 13837294658

This commit is contained in:
developer-relations-sp
2025-03-13 14:38:33 +00:00
parent db36858287
commit 91c6ab073e
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ Name | Type | Description | Notes
**PinnedConfig** | **Boolean** | boolean flag indiacting whether or not the cluster configuration is pinned | [optional] [default to $false]
**LogConfiguration** | [**ClientLogConfiguration**](client-log-configuration) | | [optional]
**Operational** | **Boolean** | Whether or not the cluster is operational or not | [optional] [default to $false]
**Status** | **String** | Cluster status | [optional]
**Status** | **Enum** [ "CONFIGURING", "FAILED", "NO_CLIENTS", "NORMAL", "WARNING" ] | Cluster status | [optional]
**PublicKeyCertificate** | **String** | Public key certificate | [optional]
**PublicKeyThumbprint** | **String** | Public key thumbprint | [optional]
**PublicKey** | **String** | Public key | [optional]