Skip to main content

VAClusterStatusChangeEventPreviousHealthCheckResult

Properties

NameTypeDescriptionNotes
MessageStringDetailed message of the health check result.[required]
ResultTypeStringHealth check result type.[required]
StatusEnum [ "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

[Back to top]