Skip to main content

IdentitySyncPayload

Properties

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

Examples

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

[Back to top]