mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.4 KiB
1.4 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-managed-client-health-indicators | ManagedClientHealthIndicators | ManagedClientHealthIndicators | ManagedClientHealthIndicators | powershellsdk |
|
/tools/sdk/powershell/v2025/models/managed-client-health-indicators |
|
ManagedClientHealthIndicators
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Body | ManagedClientHealthIndicatorsBody | [required] | |
| Status | Enum [ "NORMAL", "UNDEFINED", "WARNING", "ERROR", "FAILED" ] | Top-level status of the Managed Client | [required] |
| Type | Enum [ "VA", "CCG" ] | Type of the Managed Client | [required] |
| Timestamp | System.DateTime | Timestamp when this report was generated | [required] |
Examples
- Prepare the resource
$ManagedClientHealthIndicators = Initialize-V2025ManagedClientHealthIndicators -Body null `
-Status NORMAL `
-Type VA `
-Timestamp 2025-08-06T07:35:28.722300Z
- Convert the resource to JSON
$ManagedClientHealthIndicators | ConvertTo-JSON