Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/SedBatchStatus.md
2025-04-01 09:23:12 -04:00

803 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2025-sed-batch-status SedBatchStatus SedBatchStatus SedBatchStatus powershellsdk
powershell
PowerShell
sdk
SedBatchStatus
V2025SedBatchStatus
/tools/sdk/powershell/v2025/models/sed-batch-status
SDK
Software Development Kit
SedBatchStatus
V2025SedBatchStatus

SedBatchStatus

Properties

Name Type Description Notes
Status String status of batch [optional]

Examples

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

[Back to top]