Skip to main content

ClusterManualUpgradeJobsInnerManagedProcessConfigurationCharon

Properties

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

Examples

  • Prepare the resource
$ClusterManualUpgradeJobsInnerManagedProcessConfigurationCharon = Initialize-PSSailpoint.V2024ClusterManualUpgradeJobsInnerManagedProcessConfigurationCharon  -Version 3047 `
-Path sailpoint/charon `
-Description version of charon used by the va `
-RestartNeeded true
  • Convert the resource to JSON
$ClusterManualUpgradeJobsInnerManagedProcessConfigurationCharon | ConvertTo-JSON

[Back to top]