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

1009 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-start-launcher200-response StartLauncher200Response StartLauncher200Response StartLauncher200Response powershellsdk
powershell
PowerShell
sdk
StartLauncher200Response
BetaStartLauncher200Response
/tools/sdk/powershell/beta/models/start-launcher200-response
SDK
Software Development Kit
StartLauncher200Response
BetaStartLauncher200Response

StartLauncher200Response

Properties

Name Type Description Notes
InteractiveProcessId String ID of the Interactive Process that was launched [required]

Examples

  • Prepare the resource
$StartLauncher200Response = Initialize-BetaStartLauncher200Response  -InteractiveProcessId 5da68cfe-2d60-4b09-858f-0d03acd2f47a
  • Convert the resource to JSON
$StartLauncher200Response | ConvertTo-JSON

[Back to top]