mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,31 +16,31 @@ tags: ['SDK', 'Software Development Kit', 'ManagedCluster', 'BetaManagedCluster'
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | **String** | ManagedCluster ID | [required]
|
||||
**Name** | Pointer to **String** | ManagedCluster name | [optional]
|
||||
**Pod** | Pointer to **String** | ManagedCluster pod | [optional]
|
||||
**Org** | Pointer to **String** | ManagedCluster org | [optional]
|
||||
**Type** | Pointer to [**ManagedClusterTypes**](managed-cluster-types) | | [optional]
|
||||
**Configuration** | Pointer to **map[string]String** | ManagedProcess configuration map | [optional]
|
||||
**KeyPair** | Pointer to [**ManagedClusterKeyPair**](managed-cluster-key-pair) | | [optional]
|
||||
**Attributes** | Pointer to [**ManagedClusterAttributes**](managed-cluster-attributes) | | [optional]
|
||||
**Description** | Pointer to **String** | ManagedCluster description | [optional]
|
||||
**Redis** | Pointer to [**ManagedClusterRedis**](managed-cluster-redis) | | [optional]
|
||||
**ClientType** | [**ManagedClientType**](managed-client-type) | | [required]
|
||||
**CcgVersion** | **String** | CCG version used by the ManagedCluster | [required]
|
||||
**PinnedConfig** | Pointer to **Boolean** | boolean flag indiacting whether or not the cluster configuration is pinned | [optional] [default to $false]
|
||||
**LogConfiguration** | Pointer to [**ClientLogConfiguration**](client-log-configuration) | | [optional]
|
||||
**Operational** | Pointer to **Boolean** | Whether or not the cluster is operational or not | [optional] [default to $false]
|
||||
**Status** | Pointer to **String** | Cluster status | [optional]
|
||||
**PublicKeyCertificate** | Pointer to **String** | Public key certificate | [optional]
|
||||
**PublicKeyThumbprint** | Pointer to **String** | Public key thumbprint | [optional]
|
||||
**PublicKey** | Pointer to **String** | Public key | [optional]
|
||||
**AlertKey** | Pointer to **String** | Key describing any immediate cluster alerts | [optional]
|
||||
**ClientIds** | Pointer to **[]String** | List of clients in a cluster | [optional]
|
||||
**ServiceCount** | Pointer to **Int32** | Number of services bound to a cluster | [optional] [default to 0]
|
||||
**CcId** | Pointer to **String** | CC ID only used in calling CC, will be removed without notice when Migration to CEGS is finished | [optional] [default to "0"]
|
||||
**CreatedAt** | Pointer to **System.DateTime** | The date/time this cluster was created | [optional]
|
||||
**UpdatedAt** | Pointer to **System.DateTime** | The date/time this cluster was last updated | [optional]
|
||||
**Id** | **String** | ManagedCluster ID | [required]
|
||||
**Name** | **String** | ManagedCluster name | [optional]
|
||||
**Pod** | **String** | ManagedCluster pod | [optional]
|
||||
**Org** | **String** | ManagedCluster org | [optional]
|
||||
**Type** | [**ManagedClusterTypes**](managed-cluster-types) | | [optional]
|
||||
**Configuration** | **map[string]String** | ManagedProcess configuration map | [optional]
|
||||
**KeyPair** | [**ManagedClusterKeyPair**](managed-cluster-key-pair) | | [optional]
|
||||
**Attributes** | [**ManagedClusterAttributes**](managed-cluster-attributes) | | [optional]
|
||||
**Description** | **String** | ManagedCluster description | [optional]
|
||||
**Redis** | [**ManagedClusterRedis**](managed-cluster-redis) | | [optional]
|
||||
**ClientType** | [**ManagedClientType**](managed-client-type) | | [required]
|
||||
**CcgVersion** | **String** | CCG version used by the ManagedCluster | [required]
|
||||
**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]
|
||||
**PublicKeyCertificate** | **String** | Public key certificate | [optional]
|
||||
**PublicKeyThumbprint** | **String** | Public key thumbprint | [optional]
|
||||
**PublicKey** | **String** | Public key | [optional]
|
||||
**AlertKey** | **String** | Key describing any immediate cluster alerts | [optional]
|
||||
**ClientIds** | **[]String** | List of clients in a cluster | [optional]
|
||||
**ServiceCount** | **Int32** | Number of services bound to a cluster | [optional] [default to 0]
|
||||
**CcId** | **String** | CC ID only used in calling CC, will be removed without notice when Migration to CEGS is finished | [optional] [default to "0"]
|
||||
**CreatedAt** | **System.DateTime** | The date/time this cluster was created | [optional]
|
||||
**UpdatedAt** | **System.DateTime** | The date/time this cluster was last updated | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user