Skip to main content

ClusterManualUpgradeJobsInnerManagedProcessConfigurationToolbox

Properties

NameTypeDescriptionNotes
VersionStringVersion of the 'toolbox' process.[required]
PathStringPath to the 'toolbox' process.[required]
DescriptionStringA brief description of the 'toolbox' process.[required]
RestartNeededBooleanIndicates whether the process needs to be restarted.[required]

Examples

  • Prepare the resource
$ClusterManualUpgradeJobsInnerManagedProcessConfigurationToolbox = Initialize-PSSailpoint.V2024ClusterManualUpgradeJobsInnerManagedProcessConfigurationToolbox  -Version 3004 `
-Path sailpoint/toolbox `
-Description version of toolbox used by the va `
-RestartNeeded true
  • Convert the resource to JSON
$ClusterManualUpgradeJobsInnerManagedProcessConfigurationToolbox | ConvertTo-JSON

[Back to top]