mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.3 KiB
1.3 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-managed-cluster-request | ManagedClusterRequest | ManagedClusterRequest | ManagedClusterRequest | powershellsdk |
|
/tools/sdk/powershell/v2024/models/managed-cluster-request |
|
ManagedClusterRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Name | String | ManagedCluster name | [required] |
| Type | ManagedClusterTypes | [optional] | |
| Configuration | map[string]String | ManagedProcess configuration map | [optional] |
| Description | String | ManagedCluster description | [optional] |
Examples
- Prepare the resource
$ManagedClusterRequest = Initialize-PSSailpoint.V2024ManagedClusterRequest -Name Managed Cluster Name `
-Type null `
-Configuration {clusterExternalId=externalId, ccgVersion=77.0.0} `
-Description A short description of the managed cluster.
- Convert the resource to JSON
$ManagedClusterRequest | ConvertTo-JSON