Skip to main content

VAClusterStatusChangeEvent

Properties

NameTypeDescriptionNotes
CreatedSystem.DateTimeThe date and time the status change occurred.[required]
TypeEnum [ "SOURCE", "CLUSTER" ]The type of the object that initiated this event.[required]
ApplicationVAClusterStatusChangeEventApplication[required]
HealthCheckResultVAClusterStatusChangeEventHealthCheckResult[required]
PreviousHealthCheckResultVAClusterStatusChangeEventPreviousHealthCheckResult[required]

Examples

  • Prepare the resource
$VAClusterStatusChangeEvent = Initialize-PSSailpoint.BetaVAClusterStatusChangeEvent  -Created 2020-06-29T22:01:50.474Z `
-Type CLUSTER `
-Application null `
-HealthCheckResult null `
-PreviousHealthCheckResult null
  • Convert the resource to JSON
$VAClusterStatusChangeEvent | ConvertTo-JSON

[Back to top]