Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/SedBatchStatus.md
2025-02-03 22:09:17 +00:00

798 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
beta-sed-batch-status SedBatchStatus SedBatchStatus SedBatchStatus powershellsdk
powershell
PowerShell
sdk
SedBatchStatus
BetaSedBatchStatus
/tools/sdk/powershell/beta/models/sed-batch-status
SDK
Software Development Kit
SedBatchStatus
BetaSedBatchStatus

SedBatchStatus

Properties

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

Examples

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

[Back to top]