Description Usage Arguments See Also
Use this function to restrict the set of users that have access to a secret. Note that users may still have access to the secret, through version control history, or if they have a copy of the project. They will not have access to future values of the secret, though.
1 | unshare_secret(name, users, vault = NULL)
|
name |
Name of the secret, a string that can contain alphanumeric characters, underscores, dashes and dots. |
users |
Email addresses of users that will have access to the
secret. (See |
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 |
Other secret functions:
add_secret()
,
delete_secret()
,
get_secret()
,
list_owners()
,
list_secrets()
,
local_key()
,
share_secret()
,
update_secret()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.