ManualDiscoverApplications
Properties
Name | Type | Description | Notes |
---|---|---|---|
File | System.IO.FileInfo | The 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