mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
1.2 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-manual-discover-applications | ManualDiscoverApplications | ManualDiscoverApplications | ManualDiscoverApplications | powershellsdk |
|
/tools/sdk/powershell/v2024/models/manual-discover-applications |
|
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-V2024ManualDiscoverApplications -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