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-UserappSourceApp  -Id edcb0951812949d085b60cd8bf35bc78 `
-Type APPLICATION `
-Name test-app
  • Convert the resource to JSON
$UserappSourceApp | ConvertTo-JSON

[Back to top]