Skip to main content

NonEmployeeBulkUploadStatus

Import this model from the entry point of its package:

import { NonEmployeeBulkUploadStatus } from '@sailpoint/angular-sdk/non_employee_lifecycle_management';

Properties

NameTypeDescriptionNotes
status(optional) stringReturns the following values indicating the progress or result of the bulk upload job. "PENDING" means the job is queued and waiting to be processed. "IN_PROGRESS" means the job is currently being processed. "COMPLETED" means the job has been completed without any errors. "ERROR" means the job failed to process with errors. null means job has been submitted to the source.[default to undefined]