Skip to main content

GetLaunchers200Response

Properties

NameTypeDescriptionNotes
NextStringPagination marker[optional]
Items[]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]