mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,14 +16,14 @@ tags: ['SDK', 'Software Development Kit', 'SpConfigImportJobStatus', 'BetaSpConf
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**JobId** | **String** | Unique id assigned to this job. | [required]
|
||||
**Status** | **Enum** [ "NOT_STARTED", "IN_PROGRESS", "COMPLETE", "CANCELLED", "FAILED" ] | Status of the job. | [required]
|
||||
**Type** | **Enum** [ "EXPORT", "IMPORT" ] | Type of the job, either export or import. | [required]
|
||||
**Expiration** | **System.DateTime** | The time until which the artifacts will be available for download. | [required]
|
||||
**Created** | **System.DateTime** | The time the job was started. | [required]
|
||||
**Modified** | **System.DateTime** | The time of the last update to the job. | [required]
|
||||
**Message** | Pointer to **String** | This message contains additional information about the overall status of the job. | [optional]
|
||||
**Completed** | Pointer to **System.DateTime** | The time the job was completed. | [optional]
|
||||
**JobId** | **String** | Unique id assigned to this job. | [required]
|
||||
**Status** | **Enum** [ "NOT_STARTED", "IN_PROGRESS", "COMPLETE", "CANCELLED", "FAILED" ] | Status of the job. | [required]
|
||||
**Type** | **Enum** [ "EXPORT", "IMPORT" ] | Type of the job, either export or import. | [required]
|
||||
**Expiration** | **System.DateTime** | The time until which the artifacts will be available for download. | [required]
|
||||
**Created** | **System.DateTime** | The time the job was started. | [required]
|
||||
**Modified** | **System.DateTime** | The time of the last update to the job. | [required]
|
||||
**Message** | **String** | This message contains additional information about the overall status of the job. | [optional]
|
||||
**Completed** | **System.DateTime** | The time the job was completed. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user