Skip to main content

AttributeMappingsAllOfTransformDefinitionAttributesInput

Input Object

Properties

NameTypeDescriptionNotes
typestrThe Type of Attribute[optional]
attributesAttributeMappingsAllOfTransformDefinitionAttributesInputAttributes[optional]
}

Example

from sailpoint.v2024.models.attribute_mappings_all_of_transform_definition_attributes_input import AttributeMappingsAllOfTransformDefinitionAttributesInput

attribute_mappings_all_of_transform_definition_attributes_input = AttributeMappingsAllOfTransformDefinitionAttributesInput(
type='accountAttribute',
attributes=sailpoint.v2024.models.attribute_mappings_all_of_transform_definition_attributes_input_attributes.AttributeMappings_allOf_transformDefinition_attributes_input_attributes(
attribute_name = 'givenName',
source_name = 'delimited-src',
name = '8d3e0094e99445de98eef6c75e25jc04', )
)

[Back to top]