mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Update to powershell SDK docs: 14407073468
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
---
|
||||
id: v2024-source-account-selections
|
||||
title: SourceAccountSelections
|
||||
pagination_label: SourceAccountSelections
|
||||
sidebar_label: SourceAccountSelections
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'SourceAccountSelections', 'V2024SourceAccountSelections']
|
||||
slug: /tools/sdk/powershell/v2024/models/source-account-selections
|
||||
tags: ['SDK', 'Software Development Kit', 'SourceAccountSelections', 'V2024SourceAccountSelections']
|
||||
---
|
||||
|
||||
|
||||
# SourceAccountSelections
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | [**DtoType**](dto-type) | | [optional]
|
||||
**Id** | **String** | The source id | [optional]
|
||||
**Name** | **String** | The source name | [optional]
|
||||
**Accounts** | [**[]AccountInfoRef**](account-info-ref) | The accounts information for a particular source in the requested item | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$SourceAccountSelections = Initialize-PSSailpoint.V2024SourceAccountSelections -Type null `
|
||||
-Id 3ac3c43785a845fa9820b0c1ac767cd5 `
|
||||
-Name Test Source_Name `
|
||||
-Accounts null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$SourceAccountSelections | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user