Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2025/Models/AccountsCollectedForAggregationSource.md
2025-04-01 09:23:12 -04:00

1.4 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
v2025-accounts-collected-for-aggregation-source AccountsCollectedForAggregationSource AccountsCollectedForAggregationSource AccountsCollectedForAggregationSource pythonsdk
python
Python
sdk
AccountsCollectedForAggregationSource
V2025AccountsCollectedForAggregationSource
/tools/sdk/python/v2025/models/accounts-collected-for-aggregation-source
SDK
Software Development Kit
AccountsCollectedForAggregationSource
V2025AccountsCollectedForAggregationSource

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

from sailpoint.v2025.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]