Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/ClusterManualUpgradeJobsInnerManagedProcessConfigurationCharon.md
2025-04-01 09:23:12 -04:00

1.8 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2025-cluster-manual-upgrade-jobs-inner-managed-process-configuration-charon ClusterManualUpgradeJobsInnerManagedProcessConfigurationCharon ClusterManualUpgradeJobsInnerManagedProcessConfigurationCharon ClusterManualUpgradeJobsInnerManagedProcessConfigurationCharon powershellsdk
powershell
PowerShell
sdk
ClusterManualUpgradeJobsInnerManagedProcessConfigurationCharon
V2025ClusterManualUpgradeJobsInnerManagedProcessConfigurationCharon
/tools/sdk/powershell/v2025/models/cluster-manual-upgrade-jobs-inner-managed-process-configuration-charon
SDK
Software Development Kit
ClusterManualUpgradeJobsInnerManagedProcessConfigurationCharon
V2025ClusterManualUpgradeJobsInnerManagedProcessConfigurationCharon

ClusterManualUpgradeJobsInnerManagedProcessConfigurationCharon

Properties

Name Type Description Notes
Version String Version of the 'charon' process. [required]
Path String Path to the 'charon' process. [required]
Description String A brief description of the 'charon' process. [required]
RestartNeeded Boolean Indicates whether the process needs to be restarted. [required]

Examples

  • Prepare the resource
$ClusterManualUpgradeJobsInnerManagedProcessConfigurationCharon = Initialize-PSSailpoint.V2025ClusterManualUpgradeJobsInnerManagedProcessConfigurationCharon  -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]