Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/SourceSyncPayload.md
2025-02-28 14:46:13 +00:00

973 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
beta-source-sync-payload SourceSyncPayload SourceSyncPayload SourceSyncPayload powershellsdk
powershell
PowerShell
sdk
SourceSyncPayload
BetaSourceSyncPayload
/tools/sdk/powershell/beta/models/source-sync-payload
SDK
Software Development Kit
SourceSyncPayload
BetaSourceSyncPayload

SourceSyncPayload

Properties

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

Examples

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

[Back to top]