mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.6 KiB
1.6 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-va-cluster-status-change-event-previous-health-check-result | VAClusterStatusChangeEventPreviousHealthCheckResult | VAClusterStatusChangeEventPreviousHealthCheckResult | VAClusterStatusChangeEventPreviousHealthCheckResult | powershellsdk |
|
/tools/sdk/powershell/beta/models/va-cluster-status-change-event-previous-health-check-result |
|
VAClusterStatusChangeEventPreviousHealthCheckResult
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Message | String | Detailed message of the result of the health check. | [required] |
| ResultType | String | The type of the health check result. | [required] |
| Status | Enum [ "Succeeded", "Failed" ] | The status of the health check. | [required] |
Examples
- Prepare the resource
$VAClusterStatusChangeEventPreviousHealthCheckResult = Initialize-PSSailpoint.BetaVAClusterStatusChangeEventPreviousHealthCheckResult -Message Test Connection failed with exception. Error message - java.lang Exception `
-ResultType SOURCE_STATE_ERROR_CLUSTER `
-Status Failed
- Convert the resource to JSON
$VAClusterStatusChangeEventPreviousHealthCheckResult | ConvertTo-JSON