mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
---
|
||||
id: v2024-accounts-collected-for-aggregation-source
|
||||
title: AccountsCollectedForAggregationSource
|
||||
pagination_label: AccountsCollectedForAggregationSource
|
||||
sidebar_label: AccountsCollectedForAggregationSource
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'AccountsCollectedForAggregationSource', 'V2024AccountsCollectedForAggregationSource']
|
||||
slug: /tools/sdk/python/v2024/models/accounts-collected-for-aggregation-source
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountsCollectedForAggregationSource', 'V2024AccountsCollectedForAggregationSource']
|
||||
---
|
||||
|
||||
# AccountsCollectedForAggregationSource
|
||||
|
||||
Reference to the source that has been aggregated.
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **str** | ID of the object to which this reference applies | [required]
|
||||
**type** | **Enum** [ 'SOURCE' ] | The type of object that is referenced | [required]
|
||||
**name** | **str** | Human-readable display name of the object to which this reference applies | [required]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v2024.models.accounts_collected_for_aggregation_source import AccountsCollectedForAggregationSource
|
||||
|
||||
accounts_collected_for_aggregation_source = AccountsCollectedForAggregationSource(
|
||||
id='4e4d982dddff4267ab12f0f1e72b5a6d',
|
||||
type='SOURCE',
|
||||
name='Corporate Active Directory'
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user