Contents

SettingsCommand.Command.Settings.PasscodeLockGracePeriod

A dictionary that contains settings for the password lock grace period.

Declaration

object SettingsCommand.Command.Settings.PasscodeLockGracePeriod

Properties

NameTypeDescription
Item Requiredstring

A string that identifies this setting.

PasscodeLockGracePeriod Requiredinteger

The number of seconds before a locked screen requires the user to enter the device passcode to unlock it. The minimum value is 0 seconds and the maximum value is 14400 seconds.

If a device has a passcode, a change to a larger value doesn’t take effect until the user logs out or removes the passcode. For this reason, it’s better to set this value before the user sets a passcode.

If the value is less than one of the known values, the device uses the next lowest value. For example a value of 299 results in an effective setting of 60.

This setting won’t take effect if TemporarySessionOnly is true because there’s no passcode for a temporary session.

See Also

Objects