ObjectImportResult2
Import this model from the entry point of its package:
import { ObjectImportResult2 } from '@sailpoint/angular-sdk/sp_config';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| infos | Array<SpConfigMessage2> | Informational messages returned from the target service on import. | [default to undefined] |
| warnings | Array<SpConfigMessage2> | Warning messages returned from the target service on import. | [default to undefined] |
| errors | Array<SpConfigMessage2> | Error messages returned from the target service on import. | [default to undefined] |
| importedObjects | Array<ImportObject> | References to objects that were created or updated by the import. | [default to undefined] |