SpConfigExportResults
Import this model from the entry point of its package:
import { SpConfigExportResults } from '@sailpoint/angular-sdk/sp_config';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| version | (optional) number | Current version of the export results object. | [default to undefined] |
| timestamp | (optional) string | Time the export was completed. | [default to undefined] |
| tenant | (optional) string | Name of the tenant where this export originated. | [default to undefined] |
| description | (optional) string | Optional user defined description/name for export job. | [default to undefined] |
| options | (optional) ExportOptions | [default to undefined] | |
| objects | (optional) Array<ConfigObject> | [default to undefined] |