Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/SedBatchResponse.md
2025-05-07 14:37:48 +00:00

873 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-response SedBatchResponse SedBatchResponse SedBatchResponse powershellsdk
powershell
PowerShell
sdk
SedBatchResponse
BetaSedBatchResponse
/tools/sdk/powershell/beta/models/sed-batch-response
SDK
Software Development Kit
SedBatchResponse
BetaSedBatchResponse

SedBatchResponse

Properties

Name Type Description Notes
BatchId String BatchId that groups all the ids together [optional]

Examples

  • Prepare the resource
$SedBatchResponse = Initialize-BetaSedBatchResponse  -BatchId 016629d1-1d25-463f-97f3-0c6686846650
  • Convert the resource to JSON
$SedBatchResponse | ConvertTo-JSON

[Back to top]