honeytokens
honeytokens update
Update a honeytoken
Updates a honeytoken's relation or action.
Usage
pgbeam honeytokens update <id> [flags]Options
| Option | Description | Required | Default |
|---|---|---|---|
<id> | Yes | - | |
--schema-name <value> | Optional schema. Null or empty matches the unqualified/public form. | No | - |
--relation-name <value> | Relation (table or view) name of the decoy. | Yes | - |
--action <value> | Response when the honeytoken is tripped. One of: audit_only, kill. | Yes | - |
Global options
All global options (--token, --profile,
--project, --org, --json, --no-color, --no-trunc, --debug) are
also available on this command.
Examples
# Update a honeytoken
pgbeam honeytokens update
# Output as JSON
pgbeam honeytokens update --jsonOutput
Renders a human-readable table or detail view by default; pass --json for the raw API response.