mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +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 | VAClusterStatusChangeEvent | VAClusterStatusChangeEvent | VAClusterStatusChangeEvent | powershellsdk |
|
/tools/sdk/powershell/beta/models/va-cluster-status-change-event |
|
VAClusterStatusChangeEvent
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Created | System.DateTime | Date and time when the status change occurred. | [required] |
| Type | Enum [ "SOURCE", "CLUSTER" ] | Type of the object that initiated the event. | [required] |
| Application | VAClusterStatusChangeEventApplication | [required] | |
| HealthCheckResult | VAClusterStatusChangeEventHealthCheckResult | [required] | |
| PreviousHealthCheckResult | VAClusterStatusChangeEventPreviousHealthCheckResult | [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