Skip to main content

SedBatchStatus

Properties

NameTypeDescriptionNotes
StatusStringstatus of batch[optional]

Examples

  • Prepare the resource
$SedBatchStatus = Initialize-PSSailpoint.V2024SedBatchStatus  -Status OK
  • Convert the resource to JSON
$SedBatchStatus | ConvertTo-JSON

[Back to top]