Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/SedBatchResponse.md
2025-04-01 09:23:12 -04:00

890 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
v2025-sed-batch-response SedBatchResponse SedBatchResponse SedBatchResponse powershellsdk
powershell
PowerShell
sdk
SedBatchResponse
V2025SedBatchResponse
/tools/sdk/powershell/v2025/models/sed-batch-response
SDK
Software Development Kit
SedBatchResponse
V2025SedBatchResponse

SedBatchResponse

Properties

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

Examples

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

[Back to top]