from sailpoint.v3.models.identity_preview_response import IdentityPreviewResponse
identity_preview_response = IdentityPreviewResponse(
identity=sailpoint.v3.models.identity_preview_response_identity.IdentityPreviewResponse_identity(
type = 'IDENTITY',
id = '2c7180a46faadee4016fb4e018c20642',
name = 'Michael Michaels', ),
preview_attributes=[
sailpoint.v3.models.identity_attribute_preview.IdentityAttributePreview(
name = 'email',
value = '[email protected]',
previous_value = '[email protected]',
error_messages = [
sailpoint.v3.models.error_message_dto.ErrorMessageDto(
locale = 'en-US',
locale_origin = 'DEFAULT',
text = 'The request was syntactically correct but its content is semantically invalid.', )
], )
]
)