VAClusterStatusChangeEventPreviousHealthCheckResult
Properties
Name | Type | Description | Notes |
---|---|---|---|
Message | String | Detailed message of the health check result. | [required] |
ResultType | String | Health check result type. | [required] |
Status | Enum [ "Succeeded", "Failed" ] | Health check status. | [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