Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/Delete202Response.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

1.0 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
delete202-response Delete202Response Delete202Response Delete202Response powershellsdk
powershell
PowerShell
sdk
Delete202Response
/tools/sdk/powershell/beta/models/delete202-response
SDK
Software Development Kit
Delete202Response

Delete202Response

Properties

Name Type Description Notes
Type Pointer to Enum [ "TASK_RESULT" ] Type of object being referenced. [optional]
Id Pointer to String Task result ID. [optional]
Name Pointer to String Task result's human-readable display name (this should be null/empty). [optional]

Examples

  • Prepare the resource
$Delete202Response = Initialize-PSSailpoint.BetaDelete202Response  -Type TASK_RESULT `
 -Id 2c91808779ecf55b0179f720942f181a `
 -Name null
  • Convert the resource to JSON
$Delete202Response | ConvertTo-JSON

[Back to top]