mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
adding docs back
This commit is contained in:
@@ -0,0 +1,37 @@
|
|||||||
|
---
|
||||||
|
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]](#)
|
||||||
|
|
||||||
@@ -384,7 +384,7 @@ Code | Description | Data Type
|
|||||||
|
|
||||||
### Example
|
### Example
|
||||||
```powershell
|
```powershell
|
||||||
$Index = "accounts" # String | The index from which to fetch the specified document. The currently supported index names are: *accessprofiles*, *accountactivities*, *entitlements*, *events*, *identities*, and *roles*.
|
$Index = "accessprofiles" # String | The index from which to fetch the specified document. The currently supported index names are: *accessprofiles*, *accountactivities*, *entitlements*, *events*, *identities*, and *roles*.
|
||||||
$Id = "2c91808568c529c60168cca6f90c1313" # String | ID of the requested document.
|
$Id = "2c91808568c529c60168cca6f90c1313" # String | ID of the requested document.
|
||||||
# Get a Document by ID
|
# Get a Document by ID
|
||||||
try {
|
try {
|
||||||
|
|||||||
@@ -384,7 +384,7 @@ Code | Description | Data Type
|
|||||||
|
|
||||||
### Example
|
### Example
|
||||||
```powershell
|
```powershell
|
||||||
$Index = "accounts" # String | The index from which to fetch the specified document. The currently supported index names are: *accessprofiles*, *accountactivities*, *entitlements*, *events*, *identities*, and *roles*.
|
$Index = "accessprofiles" # String | The index from which to fetch the specified document. The currently supported index names are: *accessprofiles*, *accountactivities*, *entitlements*, *events*, *identities*, and *roles*.
|
||||||
$Id = "2c91808568c529c60168cca6f90c1313" # String | ID of the requested document.
|
$Id = "2c91808568c529c60168cca6f90c1313" # String | ID of the requested document.
|
||||||
# Get a Document by ID
|
# Get a Document by ID
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user