This Device Commands

This page gives information of subcommands for this-device

this-device

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:

Get-KeeperDeviceSettings [<CommonParameters>]

Examples:

PS> Get-KeeperDeviceSettings

DeviceName          : PowerShell Commander
PersistentLogin     : False
DataKeyPresent      : True
IpAutoApprove       : True
IsSsoUser           : False
DeviceLogoutTimeout : 60 minute(s)
chevron-rightPython CLIhashtag

Command: this-device

Example:

My Vault> this-device
          Device Name  Python Keeper API
     Data Key Present  False
      IP Auto Approve  True
     Persistent Login  False
Device Logout Timeout  30 days
          Is SSO User  False
chevron-rightPython SDKhashtag

Function: load_account_summary

keeper_auth.load_account_summary(auth_context)

this-device register

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

this-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

this-device timeout

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

this-device rename

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

this-device ip-auto-approve

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

this-device no-yubikey-pin

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?