mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.7 KiB
1.7 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-managed-client-status | ManagedClientStatus | ManagedClientStatus | ManagedClientStatus | powershellsdk |
|
/tools/sdk/powershell/v2024/models/managed-client-status |
|
ManagedClientStatus
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Body | [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | ManagedClientStatus body information | [required] |
| Status | ManagedClientStatusCode | [required] | |
| Type | ManagedClientType | [required] | |
| Timestamp | System.DateTime | timestamp on the Client Status update | [required] |
Examples
- Prepare the resource
$ManagedClientStatus = Initialize-PSSailpoint.V2024ManagedClientStatus -Body {alertKey=, id=5678, clusterId=1234, ccg_etag=ccg_etag123xyz456, ccg_pin=NONE, cookbook_etag=20210420125956-20210511144538, hostname=megapod-useast1-secret-hostname.sailpoint.com, internal_ip=127.0.0.1, lastSeen=1620843964604, sinceSeen=14708, sinceSeenMillis=14708, localDev=false, stacktrace=, state=null, status=NORMAL, uuid=null, product=idn, va_version=null, platform_version=2, os_version=2345.3.1, os_type=flatcar, hypervisor=unknown} `
-Status null `
-Type null `
-Timestamp 2020-01-01T00:00Z
- Convert the resource to JSON
$ManagedClientStatus | ConvertTo-JSON