Is your feature request related to a problem? Please describe.
When querying the asset index, Securonix returns an array of array of key/value pair hashtables. This is complicated to navigate.
Edit: This is affecting multiple commands
- Get-SecuronixAssetData
- Get-SecuronixGeolocationData
- Get-SecuronixLookupData
- Get-SecuronixTPI
- Get-SecuronixUsersData
- Get-SecuronixWatchlistData
Describe the solution you'd like
Process the entries so that the result it composes an array of hashtables, where each hashtable describes a whole asset, instead of a single attribute.
Describe alternatives you've considered
None.
Additional context
None.
Is your feature request related to a problem? Please describe.
When querying the asset index, Securonix returns an array of array of key/value pair hashtables. This is complicated to navigate.
Edit: This is affecting multiple commands
Describe the solution you'd like
Process the entries so that the result it composes an array of hashtables, where each hashtable describes a whole asset, instead of a single attribute.
Describe alternatives you've considered
None.
Additional context
None.