mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.8 KiB
1.8 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| non-employee-bulk-upload-job | NonEmployeeBulkUploadJob | NonEmployeeBulkUploadJob | NonEmployeeBulkUploadJob | powershellsdk |
|
/tools/sdk/powershell/v3/models/non-employee-bulk-upload-job |
|
NonEmployeeBulkUploadJob
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| 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
- Prepare the resource
$NonEmployeeBulkUploadJob = Initialize-PSSailpoint.V3NonEmployeeBulkUploadJob -Id 2c91808568c529c60168cca6f90cffff `
-SourceId 2c91808568c529c60168cca6f90c1313 `
-Created 2019-08-23T18:52:59.162Z `
-Modified 2019-08-23T18:52:59.162Z `
-Status PENDING
- Convert the resource to JSON
$NonEmployeeBulkUploadJob | ConvertTo-JSON