Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -16,16 +16,16 @@ tags: ['SDK', 'Software Development Kit', 'FullDiscoveredApplications', 'BetaFul
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **String** | Unique identifier for the discovered application. | [optional]
**Name** | Pointer to **String** | Name of the discovered application. | [optional]
**DiscoverySource** | Pointer to **String** | Source from which the application was discovered. | [optional]
**DiscoveredVendor** | Pointer to **String** | The vendor associated with the discovered application. | [optional]
**Description** | Pointer to **String** | A brief description of the discovered application. | [optional]
**RecommendedConnectors** | Pointer to **[]String** | List of recommended connectors for the application. | [optional]
**DiscoveredAt** | Pointer to **System.DateTime** | The timestamp when the application was last received via an entitlement aggregation invocation or a manual csv upload, in ISO 8601 format. | [optional]
**CreatedAt** | Pointer to **System.DateTime** | The timestamp when the application was first discovered, in ISO 8601 format. | [optional]
**Status** | Pointer to **String** | The status of an application within the discovery source. By default this field is set to ""ACTIVE"" when the application is discovered. If an application has been deleted from within the discovery source, the status will be set to ""INACTIVE"". | [optional]
**AssociatedSources** | Pointer to **[]String** | List of associated sources related to this discovered application. | [optional]
**Id** | **String** | Unique identifier for the discovered application. | [optional]
**Name** | **String** | Name of the discovered application. | [optional]
**DiscoverySource** | **String** | Source from which the application was discovered. | [optional]
**DiscoveredVendor** | **String** | The vendor associated with the discovered application. | [optional]
**Description** | **String** | A brief description of the discovered application. | [optional]
**RecommendedConnectors** | **[]String** | List of recommended connectors for the application. | [optional]
**DiscoveredAt** | **System.DateTime** | The timestamp when the application was last received via an entitlement aggregation invocation or a manual csv upload, in ISO 8601 format. | [optional]
**CreatedAt** | **System.DateTime** | The timestamp when the application was first discovered, in ISO 8601 format. | [optional]
**Status** | **String** | The status of an application within the discovery source. By default this field is set to ""ACTIVE"" when the application is discovered. If an application has been deleted from within the discovery source, the status will be set to ""INACTIVE"". | [optional]
**AssociatedSources** | **[]String** | List of associated sources related to this discovered application. | [optional]
## Examples