Skip to main content

AttributeMappingsAllOfTarget

Targeted Entity

Properties

NameTypeDescriptionNotes
typeEnum [ 'IDENTITY' ]The type of target entity[optional]
attribute_namestrName of the targeted attribute[optional]
source_idstrThe ID of Source[optional]
}

Example

from sailpoint.v2024.models.attribute_mappings_all_of_target import AttributeMappingsAllOfTarget

attribute_mappings_all_of_target = AttributeMappingsAllOfTarget(
type='IDENTITY',
attribute_name='businessApplication',
source_id='2c9180835d2e5168015d32f890ca1581'
)

[Back to top]