mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 12:27:47 +00:00
test with removing GetLauncher200Response
This commit is contained in:
@@ -186,7 +186,7 @@ Param Type | Name | Data Type | Required | Description
|
|||||||
|
|
||||||
### Return type
|
### Return type
|
||||||
|
|
||||||
[**GetLaunchers200Response**](../models/get-launchers200-response)
|
|
||||||
|
|
||||||
### Responses
|
### Responses
|
||||||
Code | Description | Data Type
|
Code | Description | Data Type
|
||||||
@@ -293,7 +293,7 @@ Path | LauncherID | **String** | True | ID of the Launcher to be launched
|
|||||||
|
|
||||||
### Return type
|
### Return type
|
||||||
|
|
||||||
[**StartLauncher200Response**](../models/start-launcher200-response)
|
|
||||||
|
|
||||||
### Responses
|
### Responses
|
||||||
Code | Description | Data Type
|
Code | Description | Data Type
|
||||||
|
|||||||
@@ -1,37 +0,0 @@
|
|||||||
---
|
|
||||||
id: get-launchers200-response
|
|
||||||
title: GetLaunchers200Response
|
|
||||||
pagination_label: GetLaunchers200Response
|
|
||||||
sidebar_label: GetLaunchers200Response
|
|
||||||
sidebar_class_name: powershellsdk
|
|
||||||
keywords: ['powershell', 'PowerShell', 'sdk', 'GetLaunchers200Response']
|
|
||||||
slug: /tools/sdk/powershell/beta/models/get-launchers200-response
|
|
||||||
tags: ['SDK', 'Software Development Kit', 'GetLaunchers200Response']
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
# GetLaunchers200Response
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**Next** | Pointer to **String** | Pagination marker | [optional]
|
|
||||||
**Items** | Pointer to [**[]Launcher**](launcher) | | [optional]
|
|
||||||
|
|
||||||
## Examples
|
|
||||||
|
|
||||||
- Prepare the resource
|
|
||||||
```powershell
|
|
||||||
$GetLaunchers200Response = Initialize-PSSailpoint.BetaGetLaunchers200Response -Next null `
|
|
||||||
-Items null
|
|
||||||
```
|
|
||||||
|
|
||||||
- Convert the resource to JSON
|
|
||||||
```powershell
|
|
||||||
$GetLaunchers200Response | ConvertTo-JSON
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
[[Back to top]](#)
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user