mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.8 KiB
1.8 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-attribute-mappings | AttributeMappings | AttributeMappings | AttributeMappings | pythonsdk |
|
/tools/sdk/python/v2024/models/attribute-mappings |
|
AttributeMappings
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| target | AttributeMappingsAllOfTarget | [optional] | |
| transform_definition | AttributeMappingsAllOfTransformDefinition | [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', )
)