Skip to main content

AttributeMappings

Properties

NameTypeDescriptionNotes
targetAttributeMappingsAllOfTarget[optional]
transform_definitionAttributeMappingsAllOfTransformDefinition[optional]
}

Example

from sailpoint.v2024.models.attribute_mappings import AttributeMappings

attribute_mappings = AttributeMappings(
target=sailpoint.v2024.models.attribute_mappings_all_of_target.AttributeMappings_allOf_target(
type = 'IDENTITY',
attribute_name = 'businessApplication',
source_id = '2c9180835d2e5168015d32f890ca1581', ),
transform_definition=sailpoint.v2024.models.attribute_mappings_all_of_transform_definition.AttributeMappings_allOf_transformDefinition(
type = 'reference',
attributes = sailpoint.v2024.models.attribute_mappings_all_of_transform_definition_attributes.AttributeMappings_allOf_transformDefinition_attributes(
input = sailpoint.v2024.models.attribute_mappings_all_of_transform_definition_attributes_input.AttributeMappings_allOf_transformDefinition_attributes_input(
type = 'accountAttribute', ), ),
id = 'ToUpper', )
)

[Back to top]