Skip to content

Commit

Permalink
Merge pull request #90 from dell/external-access
Browse files Browse the repository at this point in the history
Added sdcIPs parameter
  • Loading branch information
suryagupta4 authored Nov 30, 2023
2 parents 9981200 + c373d2c commit 0021dad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ type Sdc struct {
SystemID string `json:"systemId"`
SdcApproved bool `json:"sdcApproved"`
SdcIP string `json:"SdcIp"`
SdcIPs []string `json:"SdcIps"`
OnVMWare bool `json:"onVmWare"`
SdcGUID string `json:"sdcGuid"`
MdmConnectionState string `json:"mdmConnectionState"`
Expand Down

0 comments on commit 0021dad

Please sign in to comment.