Skip to main content

ManagedClusterType

Properties

NameTypeDescriptionNotes
IdStringManagedClusterType ID[optional] [readonly]
TypeStringManagedClusterType type name[required]
PodStringManagedClusterType pod[required]
OrgStringManagedClusterType org[required]
ManagedProcessIds[]StringList of processes for the cluster type[optional]

Examples

  • Prepare the resource
$ManagedClusterType = Initialize-PSSailpoint.V2024ManagedClusterType  -Id aClusterTypeId `
-Type idn `
-Pod megapod-useast1 `
-Org denali-cjh `
-ManagedProcessIds [someId, someId2]
  • Convert the resource to JSON
$ManagedClusterType | ConvertTo-JSON

[Back to top]