Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/SourceItemRef.md
2025-04-11 15:52:43 +00:00

1.0 KiB

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-item-ref SourceItemRef SourceItemRef SourceItemRef powershellsdk
powershell
PowerShell
sdk
SourceItemRef
V2024SourceItemRef
/tools/sdk/powershell/v2024/models/source-item-ref
SDK
Software Development Kit
SourceItemRef
V2024SourceItemRef

SourceItemRef

Properties

Name Type Description Notes
SourceId String The id for the source on which account selections are made [optional]
Accounts []AccountItemRef A 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]