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

1.1 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
v2024-delete-source202-response DeleteSource202Response DeleteSource202Response DeleteSource202Response powershellsdk
powershell
PowerShell
sdk
DeleteSource202Response
V2024DeleteSource202Response
/tools/sdk/powershell/v2024/models/delete-source202-response
SDK
Software Development Kit
DeleteSource202Response
V2024DeleteSource202Response

DeleteSource202Response

Properties

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

Examples

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

[Back to top]