mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
986 B
986 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 |
|
/tools/sdk/powershell/beta/models/get-launchers200-response |
|
GetLaunchers200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Next | String | Pagination 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