package
0.0.0-20240820180514-79772de91d0a
Repository: https://github.com/tailscale/setec.git
Documentation: pkg.go.dev
# Constants
ActionActivate ("activate" in the API) denotes permission to set one one of of the available versions of a secret as the active one.
ActionDelete ("delete" in the API) denotes permission to delete secret versions, either individually or entirely.
ActionGet ("get" in the API) denotes permission to fetch the contents of a secret.
ActionInfo ("info" in the API) denotes permission to read the metadata for a secret, including available and active version numbers, but not the secret values.
ActionPut ("put" in the API) denotes permission to put a new value of a secret.