Issuing a GET to /api/v1/aaa/AuditRecords returns a list for MoDisplayNames but the PowerShell SDK returns an empty field for that property.
To Reproduce
Get-IntersightAaaAuditRecord | select ObjectMoid,MoDisplayNames -First 20
Version used
Intersight.PowerShell 1.0.9.6484
PowerShell 7.2.4
Expected behavior
I would expect to see something similar to what the API returns:
"MoDisplayNames": {
"Name": [
"BT-ntp-policy"
]
}