From ad4a40d3f7dcdad0e576b92c65e87d8262977161 Mon Sep 17 00:00:00 2001 From: Scott Miller Date: Fri, 17 Feb 2023 19:15:40 +0000 Subject: [PATCH] backport of commit 34a93f1a3a3706d0cf7aded20a714495938ad006 --- website/content/api-docs/secret/transform.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/content/api-docs/secret/transform.mdx b/website/content/api-docs/secret/transform.mdx index 3fb592e0c401..bfb161d11e88 100644 --- a/website/content/api-docs/secret/transform.mdx +++ b/website/content/api-docs/secret/transform.mdx @@ -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.