get_keyring_status: Get the status of a keyring

View source: R/database.R

get_keyring_statusR Documentation

Get the status of a keyring

Description

Check the current status of the keyring. The default status of the keyring is to be locked, requiring its password to unlock it, to access the stored database connection strings.

Usage

get_keyring_status(keyring_name)

Arguments

keyring_name

A character string providing the name of the keyring.

Value

A message giving the locked status of the keyring.

See Also

Other keyring functions: add_key(), create_locked_keyring(), delete_keyring(), delete_key(), list_keyrings(), list_keys(), lock_keyring(), unlock_keyring(), view_key()


gcfrench/store documentation built on May 17, 2024, 5:52 p.m.