Enable Device health Early Access on desktops
To enable Device health functionality on macOS and Windows devices during the Early Access period, use the following properties with your device management solution.
macOS devices
Key |
Value |
Value type |
Example |
---|---|---|---|
OktaVerify.DeviceHealthEnabled |
true, or false |
Boolean |
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>OktaVerify.DeviceHealthEnabled</key> <bool>true</bool> </dict> </plist> |
Windows devices
Flag |
Values |
Details |
Minimum supported version |
---|---|---|---|
FeatureFlags |
DeviceHealth |
Use this value if no other feature flag was previously set. |
3.7.1 |
FeatureFlags |
OverrideUVRestrictions;DeviceHealth |
Use this value if other feature flags are set . |
3.7.1 |