Skip to content

Get-IntersightAaaAuditRecord returns empty field for MoDisplayNames #88

Description

@dchosnek

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"
        ]
      }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions