Skip to main content

IdentityAttributePreview

Import this model from the entry point of its package:

import { IdentityAttributePreview } from '@sailpoint/angular-sdk/identity_profiles';

Properties

NameTypeDescriptionNotes
name(optional) stringName of the attribute that is being previewed.[default to undefined]
value(optional) stringValue that was derived during the preview.[default to undefined]
previousValue(optional) stringThe value of the attribute before the preview.[default to undefined]
errorMessages(optional) Array<ErrorMessageDto>List of error messages[default to undefined]