AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes
Attibute Mapping Object
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| attribute_name | str | The name of attribute | [optional] |
| source_name | str | Name of the Source | [optional] |
| name | str | ID 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'
)