Skip to main content

AttributemappingsAllOfTransformDefinitionAttributesInput

Input Object

Properties

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

Example

from sailpoint.machine_account_mappings.models.attributemappings_all_of_transform_definition_attributes_input import AttributemappingsAllOfTransformDefinitionAttributesInput

attributemappings_all_of_transform_definition_attributes_input = AttributemappingsAllOfTransformDefinitionAttributesInput(
type='accountAttribute',
attributes=sailpoint.machine_account_mappings.models.attributemappings_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]