Skip to main content

ManagedClusterAttributes

Properties

NameTypeDescriptionNotes
QueueManagedClusterQueue[optional]
KeystoreStringManagedCluster keystore for spConnectCluster type[optional]

Examples

  • Prepare the resource
$ManagedClusterAttributes = Initialize-PSSailpoint.V2024ManagedClusterAttributes  -Queue null `
-Keystore /u3+7QAAAAIAAAABAAAAAQAvL3Byb3h5LWNsdXN0ZXIvMmM5MTgwODc3Yjg3MW
  • Convert the resource to JSON
$ManagedClusterAttributes | ConvertTo-JSON

[Back to top]