mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
815 B
815 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-sed-batch-status | SedBatchStatus | SedBatchStatus | SedBatchStatus | powershellsdk |
|
/tools/sdk/powershell/v2024/models/sed-batch-status |
|
SedBatchStatus
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Status | Pointer to String | status of batch | [optional] |
Examples
- Prepare the resource
$SedBatchStatus = Initialize-PSSailpoint.V2024SedBatchStatus -Status OK
- Convert the resource to JSON
$SedBatchStatus | ConvertTo-JSON