Skip to main content

SourceItemRef

Properties

NameTypeDescriptionNotes
SourceIdStringThe id for the source on which account selections are made[optional]
Accounts[]AccountItemRefA list of account selections on the source. Currently, only one selection per source is supported.[optional]

Examples

  • Prepare the resource
$SourceItemRef = Initialize-PSSailpoint.V2024SourceItemRef  -SourceId cb89bc2f1ee6445fbea12224c526ba3a `
-Accounts null
  • Convert the resource to JSON
$SourceItemRef | ConvertTo-JSON

[Back to top]