Skip to main content

AccountscollectedforaggregationSource

Reference to the source that has been aggregated.

Properties

NameTypeDescriptionNotes
idstrID of the object to which this reference applies[required]
typeEnum [ 'SOURCE' ]The type of object that is referenced[required]
namestrHuman-readable display name of the object to which this reference applies[required]
}

Example

from sailpoint.triggers.models.accountscollectedforaggregation_source import AccountscollectedforaggregationSource

accountscollectedforaggregation_source = AccountscollectedforaggregationSource(
id='4e4d982dddff4267ab12f0f1e72b5a6d',
type='SOURCE',
name='Corporate Active Directory'
)

[Back to top]