Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ManagedClientStatus.md
2025-02-03 22:09:17 +00:00

1.8 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
powershell
PowerShell
sdk
ManagedClientStatus
V2024ManagedClientStatus
/tools/sdk/powershell/v2024/models/managed-client-status
SDK
Software Development Kit
ManagedClientStatus
V2024ManagedClientStatus

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

[Back to top]