# IpmiCommandPayload


## Fields

| Field                                                                                                     | Type                                                                                                      | Required                                                                                                  | Description                                                                                               |
| --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| `ChecksumError`                                                                                           | **bool*                                                                                                   | :heavy_minus_sign:                                                                                        | This is set to true if the values of chk1 / chk2 do not match the command data                            |
| `Data`                                                                                                    | **string*                                                                                                 | :heavy_minus_sign:                                                                                        | The raw data. On success, this should be the value of the GetAuthenticationCapabilities resopnse          |
| `IpmiCommandNumber`                                                                                       | [*components.IpmiCommandPayloadCommandNumber](../../models/components/ipmicommandpayloadcommandnumber.md) | :heavy_minus_sign:                                                                                        | N/A                                                                                                       |
| `NetworkFunctionCode`                                                                                     | [*components.IpmiCommandPayloadPackedNetFn](../../models/components/ipmicommandpayloadpackednetfn.md)     | :heavy_minus_sign:                                                                                        | N/A                                                                                                       |
| `RequestorSequenceNumber`                                                                                 | **int*                                                                                                    | :heavy_minus_sign:                                                                                        | The request sequence number.                                                                              |