Skip to main content

ManagedClusterRequest

Properties

NameTypeDescriptionNotes
NameStringManagedCluster name[required]
TypeManagedClusterTypes[optional]
Configurationmap[string]StringManagedProcess configuration map[optional]
DescriptionStringManagedCluster 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

[Back to top]