mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.7 KiB
1.7 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-cluster-manual-upgrade-jobs-inner-managed-process-configuration-relay | ClusterManualUpgradeJobsInnerManagedProcessConfigurationRelay | ClusterManualUpgradeJobsInnerManagedProcessConfigurationRelay | ClusterManualUpgradeJobsInnerManagedProcessConfigurationRelay | powershellsdk |
|
/tools/sdk/powershell/v2024/models/cluster-manual-upgrade-jobs-inner-managed-process-configuration-relay |
|
ClusterManualUpgradeJobsInnerManagedProcessConfigurationRelay
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Version | String | Version of the 'relay' process. | [required] |
| Path | String | Path to the 'relay' process. | [required] |
| Description | String | A brief description of the 'relay' process. | [required] |
| RestartNeeded | Boolean | Indicates whether the process needs to be restarted. | [required] |
Examples
- Prepare the resource
$ClusterManualUpgradeJobsInnerManagedProcessConfigurationRelay = Initialize-V2024ClusterManualUpgradeJobsInnerManagedProcessConfigurationRelay -Version 3000 `
-Path sailpoint/relay `
-Description version of relay used by the va `
-RestartNeeded true
- Convert the resource to JSON
$ClusterManualUpgradeJobsInnerManagedProcessConfigurationRelay | ConvertTo-JSON