list_owners {secret} | R Documentation |
List users that have access to a secret
Description
List users that have access to a secret
Usage
list_owners(name, vault = NULL)
Arguments
name |
Name of the secret, a string that can contain alphanumeric characters, underscores, dashes and dots. |
vault |
Vault location (starting point to find the vault).
To create a vault, use
If the starting point is a vault, that is used. Otherwise, if the
starting point is in a package tree, the |
See Also
Other secret functions:
add_secret()
,
delete_secret()
,
get_secret()
,
list_secrets()
,
local_key()
,
share_secret()
,
unshare_secret()
,
update_secret()