Skip to main content

ManualDiscoverApplications

Properties

NameTypeDescriptionNotes
FileSystem.IO.FileInfoThe CSV file to upload containing application_name and description columns. Each row represents an application to be discovered.[required]

Examples

  • Prepare the resource
$ManualDiscoverApplications = Initialize-PSSailpoint.BetaManualDiscoverApplications  -File application_name,description
"Sample App","This is a sample description for Sample App."
"Another App","Description for Another App."
  • Convert the resource to JSON
$ManualDiscoverApplications | ConvertTo-JSON

[Back to top]