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

938 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-assignment-response SedAssignmentResponse SedAssignmentResponse SedAssignmentResponse powershellsdk
powershell
PowerShell
sdk
SedAssignmentResponse
BetaSedAssignmentResponse
/tools/sdk/powershell/beta/models/sed-assignment-response
SDK
Software Development Kit
SedAssignmentResponse
BetaSedAssignmentResponse

SedAssignmentResponse

Properties

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

Examples

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

[Back to top]