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.machine_account_mappings.models.attributemappings_all_of_transform_definition_attributes_input_attributes import AttributemappingsAllOfTransformDefinitionAttributesInputAttributes

attributemappings_all_of_transform_definition_attributes_input_attributes = AttributemappingsAllOfTransformDefinitionAttributesInputAttributes(
attribute_name='givenName',
source_name='delimited-src',
name='8d3e0094e99445de98eef6c75e25jc04'
)

[Back to top]