mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,11 +16,11 @@ tags: ['SDK', 'Software Development Kit', 'NonEmployeeBulkUploadJob', 'BetaNonEm
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | The bulk upload job's ID. (UUID) | [optional]
|
||||
**SourceId** | Pointer to **String** | The ID of the source to bulk-upload non-employees to. (UUID) | [optional]
|
||||
**Created** | Pointer to **System.DateTime** | The date-time the job was submitted. | [optional]
|
||||
**Modified** | Pointer to **System.DateTime** | The date-time that the job was last updated. | [optional]
|
||||
**Status** | Pointer to **Enum** [ "PENDING", "IN_PROGRESS", "COMPLETED", "ERROR" ] | Returns 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. | [optional]
|
||||
**Id** | **String** | The bulk upload job's ID. (UUID) | [optional]
|
||||
**SourceId** | **String** | The ID of the source to bulk-upload non-employees to. (UUID) | [optional]
|
||||
**Created** | **System.DateTime** | The date-time the job was submitted. | [optional]
|
||||
**Modified** | **System.DateTime** | The date-time that the job was last updated. | [optional]
|
||||
**Status** | **Enum** [ "PENDING", "IN_PROGRESS", "COMPLETED", "ERROR" ] | Returns 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. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user