Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/NonEmployeeBulkUploadStatus.md
2025-01-28 13:29:29 -05:00

1.4 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
beta-non-employee-bulk-upload-status NonEmployeeBulkUploadStatus NonEmployeeBulkUploadStatus NonEmployeeBulkUploadStatus powershellsdk
powershell
PowerShell
sdk
NonEmployeeBulkUploadStatus
BetaNonEmployeeBulkUploadStatus
/tools/sdk/powershell/beta/models/non-employee-bulk-upload-status
SDK
Software Development Kit
NonEmployeeBulkUploadStatus
BetaNonEmployeeBulkUploadStatus

NonEmployeeBulkUploadStatus

Properties

Name Type Description Notes
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. null means job has been submitted to the source. [optional]

Examples

  • Prepare the resource
$NonEmployeeBulkUploadStatus = Initialize-PSSailpoint.BetaNonEmployeeBulkUploadStatus  -Status PENDING
  • Convert the resource to JSON
$NonEmployeeBulkUploadStatus | ConvertTo-JSON

[Back to top]