mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
863 B
863 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-launcher-owner | LauncherOwner | LauncherOwner | LauncherOwner | powershellsdk |
|
/tools/sdk/powershell/beta/models/launcher-owner |
|
LauncherOwner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | String | Owner type | [required] |
| Id | String | Owner ID | [required] |
Examples
- Prepare the resource
$LauncherOwner = Initialize-PSSailpoint.BetaLauncherOwner -Type IDENTITY `
-Id 123180847373330f0173c7e1756b6890
- Convert the resource to JSON
$LauncherOwner | ConvertTo-JSON