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@59e43e8c
  • Convert the resource to JSON
$Manualdiscoverapplications | ConvertTo-JSON

[Back to top]