mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: beta-accounts-collected-for-aggregation-source
|
||||
title: AccountsCollectedForAggregationSource
|
||||
pagination_label: AccountsCollectedForAggregationSource
|
||||
sidebar_label: AccountsCollectedForAggregationSource
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'AccountsCollectedForAggregationSource', 'BetaAccountsCollectedForAggregationSource']
|
||||
slug: /tools/sdk/powershell/beta/models/accounts-collected-for-aggregation-source
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountsCollectedForAggregationSource', 'BetaAccountsCollectedForAggregationSource']
|
||||
---
|
||||
|
||||
|
||||
# AccountsCollectedForAggregationSource
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | **String** | ID of the object to which this reference applies | [required]
|
||||
**Type** | **Enum** [ "SOURCE" ] | The type of object that is referenced | [required]
|
||||
**Name** | **String** | Human-readable display name of the object to which this reference applies | [required]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountsCollectedForAggregationSource = Initialize-PSSailpoint.BetaAccountsCollectedForAggregationSource -Id 4e4d982dddff4267ab12f0f1e72b5a6d `
|
||||
-Type SOURCE `
|
||||
-Name Corporate Active Directory
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$AccountsCollectedForAggregationSource | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user