Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/GetLaunchers200Response.md
2025-01-28 13:29:29 -05:00

1010 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-get-launchers200-response GetLaunchers200Response GetLaunchers200Response GetLaunchers200Response powershellsdk
powershell
PowerShell
sdk
GetLaunchers200Response
BetaGetLaunchers200Response
/tools/sdk/powershell/beta/models/get-launchers200-response
SDK
Software Development Kit
GetLaunchers200Response
BetaGetLaunchers200Response

GetLaunchers200Response

Properties

Name Type Description Notes
Next Pointer to String Pagination marker [optional]
Items Pointer to []Launcher [optional]

Examples

  • Prepare the resource
$GetLaunchers200Response = Initialize-PSSailpoint.BetaGetLaunchers200Response  -Next null `
 -Items null
  • Convert the resource to JSON
$GetLaunchers200Response | ConvertTo-JSON

[Back to top]