Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/SedBatchStatus.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

761 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
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]