|
@@ -76,6 +76,10 @@ const (
|
|
|
// Key is a string value that specifies an option: "always", "never", "user-decides".
|
|
// Key is a string value that specifies an option: "always", "never", "user-decides".
|
|
|
// The default is "user-decides" unless otherwise stated.
|
|
// The default is "user-decides" unless otherwise stated.
|
|
|
PostureChecking Key = "PostureChecking"
|
|
PostureChecking Key = "PostureChecking"
|
|
|
|
|
+ // DeviceSerialNumber is the serial number of the device that is running Tailscale.
|
|
|
|
|
+ // This is used on iOS/tvOS to allow IT administrators to manually give us a serial number via MDM.
|
|
|
|
|
+ // We are unable to programmatically get the serial number from IOKit due to sandboxing restrictions.
|
|
|
|
|
+ DeviceSerialNumber Key = "DeviceSerialNumber"
|
|
|
|
|
|
|
|
// ManagedByOrganizationName indicates the name of the organization managing the Tailscale
|
|
// ManagedByOrganizationName indicates the name of the organization managing the Tailscale
|
|
|
// install. It is displayed inside the client UI in a prominent location.
|
|
// install. It is displayed inside the client UI in a prominent location.
|