Skip to main content

ManualDiscoverApplicationsTemplate

Properties

NameTypeDescriptionNotes
ApplicationNameStringName of the example application.[optional]
DescriptionStringDescription of the example application.[optional]

Examples

  • Prepare the resource
$ManualDiscoverApplicationsTemplate = Initialize-PSSailpoint.BetaManualDiscoverApplicationsTemplate  -ApplicationName Example Application `
-Description Example Description
  • Convert the resource to JSON
$ManualDiscoverApplicationsTemplate | ConvertTo-JSON

[Back to top]