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-ManualDiscoverApplications -File [B@27dc79f7
  • Convert the resource to JSON
$ManualDiscoverApplications | ConvertTo-JSON

[Back to top]