Skip to main content

SourceSyncPayload

Properties

NameTypeDescriptionNotes
TypeStringPayload type.[required]
DataJsonStringPayload type.[required]

Examples

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

[Back to top]