Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/IdentitySyncPayload.md
2025-05-07 14:37:48 +00:00

996 B

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-identity-sync-payload IdentitySyncPayload IdentitySyncPayload IdentitySyncPayload powershellsdk
powershell
PowerShell
sdk
IdentitySyncPayload
V2024IdentitySyncPayload
/tools/sdk/powershell/v2024/models/identity-sync-payload
SDK
Software Development Kit
IdentitySyncPayload
V2024IdentitySyncPayload

IdentitySyncPayload

Properties

Name Type Description Notes
Type String Payload type. [required]
DataJson String Payload type. [required]

Examples

  • Prepare the resource
$IdentitySyncPayload = Initialize-V2024IdentitySyncPayload  -Type SYNCHRONIZE_IDENTITY_ATTRIBUTES `
 -DataJson {"identityId":"2c918083746f642c01746f990884012a"}
  • Convert the resource to JSON
$IdentitySyncPayload | ConvertTo-JSON

[Back to top]