This Device Commands

This page gives information of subcommands for currently logged in device Operations.

Overview

This page provides documentation related to functionalities of keeper which can be done related to the currently logged in device. enabling some of these functionalities helps with easing of logging in process and other useful functionalities from next login.

The following commands are supported

  • Device Information Command

  • Device Register Command

  • Device Persistent Login Command

  • Set Device Logout Timer Command

  • Device Rename Command

  • Device IP AutoApprove Command

  • Device-Yubikey Relation Command

Device Information Command

This command informs of the current device and helps setting device controls for login support.

chevron-rightDotNet CLIhashtag

Command: this-device

Example:

My Vault> this-device

         Device Name: PowerShell Commander
      Client Version: Commander 17.0.0
    Data Key Present: True
     IP Auto Approve: True
    Persistent Login: False
      Logout Timeout: 1 hour(s)
     Biometric Login: False

Available sub-commands: rename, register, persistent_login, ip_disable_auto_approve, timeout, bio
chevron-rightDotNet SDKhashtag

Not Available

chevron-rightPowerCommanderhashtag

Command: Get-KeeperDeviceSettings

Aliases: this-device

Syntax:

Examples:

chevron-rightPython CLIhashtag

Command: this-device

Example:

chevron-rightPython SDKhashtag

Function: load_account_summary

Device Register Command

This command is used to encrypts the user's data key with the device public key in order to utilize persistent login sessions

chevron-rightDotNet CLIhashtag

Command: this-device register

Example:

chevron-rightDotNet SDKhashtag

Function: RegisterDataKeyForDevice

Example:

chevron-rightPowerCommanderhashtag

Command: Set-KeeperDeviceSettings

Parameters:

  • -Register - Register

Syntax:

chevron-rightPython CLIhashtag

Command: this-device register

Flags: NA

Example:

chevron-rightPython SDKhashtag

Function: register_data_key_for_device

Device Persistent Login Commandthis-device persistent-login

Use this command to turn on or off the "Stay Logged In" setting for your account

chevron-rightDotNet CLIhashtag

Command: this-device persistent_login

Example:

chevron-rightDotNet SDKhashtag

Command: SetSessionParameter

Example:

chevron-rightPowerCommanderhashtag

Command: Set-KeeperDeviceSettings

Parameters:

  • -PersistentLogin - Enable/disable persistent login

Examples:

chevron-rightPython CLIhashtag

Command: this-device persistent-login

Flags: NA

Example:

chevron-rightPython SDKhashtag

Function: set_user_setting

Set Device Logout Timer Command

Use this command to set inactivity duration before automatic logout. Default unit is minutes (can be set to hours or days by appending "h" or "d", respectively).

chevron-rightDotNet CLIhashtag

Command: this-device timeout

Example:

chevron-rightDotNet SDKhashtag

Function: SetSessionParameter

Example:

chevron-rightPowerCommanderhashtag

Command: Set-KeeperDeviceSettings

Parameters:

  • -Timeout - Session timeout in minutes

Example:

chevron-rightPython CLIhashtag

Command: this-device timeout

Flags: NA

Example:

chevron-rightPython SDKhashtag

Function: set_user_setting

Device Rename Command

Use this command to change the name of the device

chevron-rightDotNet CLIhashtag

Command: this-device rename <NewNameHere>

Example:

chevron-rightDotNet SDKhashtag

Command: Not Applicable

chevron-rightPowerCommanderhashtag

Command: Set-KeeperDeviceSettings -NewName <SomeNewName>

Example:

chevron-rightPython CLIhashtag

Command: this-device rename

Flags: NA

chevron-rightPython SDKhashtag

Function: rename_device

Device IP AutoApprove Command

Use this command to control the IP Address device auto-approval security setting for your account

chevron-rightDotNet CLIhashtag

Command: this-device timeout

Example:

chevron-rightDotNet SDKhashtag

Function: SetSessionParameter

Example:

chevron-rightPowerCommanderhashtag

Command: Set-KeeperDeviceSettings -IpAutoApprove OFF

Example:

chevron-rightPython CLIhashtag

Command: this-device ip-auto-approve

Flags: NA

Example:

chevron-rightPython SDKhashtag

Function: set_user_setting

Device-Yubikey Relation Command

Use this command to turn on or off the PIN usage on Security Key (Webauthn) devices.

chevron-rightDotNet CLIhashtag

Command: Not supported

chevron-rightDotNet SDKhashtag

Command:Not supported

chevron-rightPowerCommanderhashtag

Command: Not supported

chevron-rightPython CLIhashtag

Command: this-device no-yubikey-pin

Flags: NA

Example:

chevron-rightPython SDKhashtag

Function: set_user_setting

Last updated

Was this helpful?