Files
developer.sailpoint.com/docs/tools/sdk/powershell/reference/beta/Models/SedBatchStatus.md
2025-01-27 16:35:26 -05:00

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

SedBatchStatus

Properties

Name Type Description Notes
Status Pointer to 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]