Skip to main content

Attrsyncsource

Target source for attribute synchronization.

Properties

NameTypeDescriptionNotes
typeEnum [ 'SOURCE' ]DTO type of target source for attribute synchronization.[optional]
idstrID of target source for attribute synchronization.[optional]
namestrHuman-readable name of target source for attribute synchronization.[optional]
}

Example

from sailpoint.sources.models.attrsyncsource import Attrsyncsource

attrsyncsource = Attrsyncsource(
type='SOURCE',
id='2c9180835d191a86015d28455b4b232a',
name='HR Active Directory'
)

[Back to top]