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@6831d8fd
  • Convert the resource to JSON
$ManualDiscoverApplications | ConvertTo-JSON

[Back to top]