Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -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