Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/SedAssignmentResponse.md
2025-02-03 22:09:17 +00:00

955 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-assignment-response SedAssignmentResponse SedAssignmentResponse SedAssignmentResponse powershellsdk
powershell
PowerShell
sdk
SedAssignmentResponse
V2024SedAssignmentResponse
/tools/sdk/powershell/v2024/models/sed-assignment-response
SDK
Software Development Kit
SedAssignmentResponse
V2024SedAssignmentResponse

SedAssignmentResponse

Properties

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

Examples

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

[Back to top]