Skip to content

Commit

Permalink
Document the 'convergent' tokenization transform option (#19249)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmiller authored Feb 17, 2023
1 parent 383b8e7 commit 34a93f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/content/api-docs/secret/transform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,13 @@ transformation exists, it will be updated with the new attributes.
for all plaintexts to be decoded via the export-decoded endpoint
in an emergency.

- `convergent` `(bool: false)` -
Specifies whether to use convergent tokenization, where tokenization of the same
plaintext more than once results in the same token. Defaults to false as unique
tokens are more desirable from a security standpoint if there isn't a use-case
need for convergence. This property cannot be changed after the transform
is created.

- `max_ttl`: `(duration: "0")` -
The maximum TTL of a token. If 0 or unspecified, tokens may have no expiration.

Expand Down

0 comments on commit 34a93f1

Please sign in to comment.