We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c7356 commit 04b7d00Copy full SHA for 04b7d00
v2/devices.go
@@ -62,6 +62,8 @@ type Device struct {
62
MachineKey string `json:"machineKey"`
63
NodeKey string `json:"nodeKey"`
64
OS string `json:"os"`
65
+ TailnetLockError string `json:"tailnetLockError"`
66
+ TailnetLockKey string `json:"tailnetLockKey"`
67
UpdateAvailable bool `json:"updateAvailable"`
68
}
69
v2/devices_test.go
@@ -61,6 +61,8 @@ func TestClient_Devices_Get(t *testing.T) {
61
MachineKey: "mkey:test",
NodeKey: "nodekey:test",
OS: "windows",
+ TailnetLockError: "test error",
+ TailnetLockKey: "tlpub:test",
UpdateAvailable: true,
0 commit comments