@@ -84,7 +84,7 @@ type DevicePolicyDefaultEditResponse struct {
84
84
AllowUpdates bool `json:"allow_updates"`
85
85
// Whether to allow devices to leave the organization.
86
86
AllowedToLeave bool `json:"allowed_to_leave"`
87
- // The amount of time in minutes to reconnect after having been disabled.
87
+ // The amount of time in seconds to reconnect after having been disabled.
88
88
AutoConnect float64 `json:"auto_connect"`
89
89
// Turn on the captive portal after the specified amount of time.
90
90
CaptivePortal float64 `json:"captive_portal"`
@@ -177,7 +177,7 @@ type DevicePolicyDefaultGetResponse struct {
177
177
AllowUpdates bool `json:"allow_updates"`
178
178
// Whether to allow devices to leave the organization.
179
179
AllowedToLeave bool `json:"allowed_to_leave"`
180
- // The amount of time in minutes to reconnect after having been disabled.
180
+ // The amount of time in seconds to reconnect after having been disabled.
181
181
AutoConnect float64 `json:"auto_connect"`
182
182
// Turn on the captive portal after the specified amount of time.
183
183
CaptivePortal float64 `json:"captive_portal"`
@@ -271,7 +271,7 @@ type DevicePolicyDefaultEditParams struct {
271
271
AllowUpdates param.Field [bool ] `json:"allow_updates"`
272
272
// Whether to allow devices to leave the organization.
273
273
AllowedToLeave param.Field [bool ] `json:"allowed_to_leave"`
274
- // The amount of time in minutes to reconnect after having been disabled.
274
+ // The amount of time in seconds to reconnect after having been disabled.
275
275
AutoConnect param.Field [float64 ] `json:"auto_connect"`
276
276
// Turn on the captive portal after the specified amount of time.
277
277
CaptivePortal param.Field [float64 ] `json:"captive_portal"`
0 commit comments