Skip to main content

AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes

Attibute Mapping Object

Properties

NameTypeDescriptionNotes
attribute_namestrThe name of attribute[optional]
source_namestrName of the Source[optional]
namestrID of the Source[optional]
}

Example

from sailpoint.v2024.models.attribute_mappings_all_of_transform_definition_attributes_input_attributes import AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes

attribute_mappings_all_of_transform_definition_attributes_input_attributes = AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes(
attribute_name='givenName',
source_name='delimited-src',
name='8d3e0094e99445de98eef6c75e25jc04'
)

[Back to top]