Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/UserAppSourceApp.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

1002 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
user-app-source-app UserAppSourceApp UserAppSourceApp UserAppSourceApp powershellsdk
powershell
PowerShell
sdk
UserAppSourceApp
/tools/sdk/powershell/beta/models/user-app-source-app
SDK
Software Development Kit
UserAppSourceApp

UserAppSourceApp

Properties

Name Type Description Notes
Id Pointer to String the source app ID [optional]
Type Pointer to String It will always be ""APPLICATION"" [optional]
Name Pointer to String the source app name [optional]

Examples

  • Prepare the resource
$UserAppSourceApp = Initialize-PSSailpoint.BetaUserAppSourceApp  -Id edcb0951812949d085b60cd8bf35bc78 `
 -Type APPLICATION `
 -Name test-app
  • Convert the resource to JSON
$UserAppSourceApp | ConvertTo-JSON

[Back to top]