mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
1.2 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-account-selections | SourceAccountSelections | SourceAccountSelections | SourceAccountSelections | powershellsdk |
|
/tools/sdk/powershell/v2024/models/source-account-selections |
|
SourceAccountSelections
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | DtoType | [optional] | |
| Id | String | The source id | [optional] |
| Name | String | The source name | [optional] |
| Accounts | []AccountInfoRef | The accounts information for a particular source in the requested item | [optional] |
Examples
- Prepare the resource
$SourceAccountSelections = Initialize-V2024SourceAccountSelections -Type null `
-Id 3ac3c43785a845fa9820b0c1ac767cd5 `
-Name Test Source_Name `
-Accounts null
- Convert the resource to JSON
$SourceAccountSelections | ConvertTo-JSON