mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.0 KiB
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 |
|
/tools/sdk/powershell/beta/models/source-item-ref |
|
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