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

966 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-source-sync-payload SourceSyncPayload SourceSyncPayload SourceSyncPayload powershellsdk
powershell
PowerShell
sdk
SourceSyncPayload
V2024SourceSyncPayload
/tools/sdk/powershell/v2024/models/source-sync-payload
SDK
Software Development Kit
SourceSyncPayload
V2024SourceSyncPayload

SourceSyncPayload

Properties

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

Examples

  • Prepare the resource
$SourceSyncPayload = Initialize-V2024SourceSyncPayload  -Type SYNCHRONIZE_SOURCE_ATTRIBUTES `
 -DataJson {"sourceId":"2c918083746f642c01746f990884012a"}
  • Convert the resource to JSON
$SourceSyncPayload | ConvertTo-JSON

[Back to top]