Skip to main content

UserAppSourceApp

Properties

NameTypeDescriptionNotes
IdStringthe source app ID[optional]
TypeStringIt will always be ""APPLICATION""[optional]
NameStringthe 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]