Skip to main content

ObjectImportResult

Import this model from the entry point of its package:

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

Properties

NameTypeDescriptionNotes
infosArray<SpConfigMessage>Informational messages returned from the target service on import.[default to undefined]
warningsArray<SpConfigMessage>Warning messages returned from the target service on import.[default to undefined]
errorsArray<SpConfigMessage>Error messages returned from the target service on import.[default to undefined]
importedObjectsArray<ImportObject>References to objects that were created or updated by the import.[default to undefined]