Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/SourceItemRef.md
2025-05-07 14:37:48 +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
beta-source-item-ref SourceItemRef SourceItemRef SourceItemRef powershellsdk
powershell
PowerShell
sdk
SourceItemRef
BetaSourceItemRef
/tools/sdk/powershell/beta/models/source-item-ref
SDK
Software Development Kit
SourceItemRef
BetaSourceItemRef

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-BetaSourceItemRef  -SourceId cb89bc2f1ee6445fbea12224c526ba3a `
 -Accounts null
  • Convert the resource to JSON
$SourceItemRef | ConvertTo-JSON

[Back to top]