Skip to content

Commit

Permalink
feat(manageraccount): add oem field (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
FalcoSuessgott authored Oct 4, 2023
1 parent 5aa985a commit 8f9ac48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions redfish/manageraccount.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ type ManagerAccount struct {
// duration period, an administrator shall be able to change the property
// to `false` to clear the lockout condition.
Locked bool
// Oem object used on this account.
Oem json.RawMessage
// Password shall contain the password for this account.
// The value shall be `null` in responses.
Password string
Expand Down

0 comments on commit 8f9ac48

Please sign in to comment.