createTokenizer is a command that creates a tokenizer item
Name | Type | Description | Notes |
---|---|---|---|
alphabet | str | Alphabet to use in regexp vaultless tokenization | [optional] |
decoding_template | str | The Decoding output template to use in regexp vaultless tokenization | [optional] |
delete_protection | str | Protection from accidental deletion of this object [true/false] | [optional] |
description | str | Description of the object | [optional] |
encoding_template | str | The Encoding output template to use in regexp vaultless tokenization | [optional] |
encryption_key_name | str | AES key name to use in vaultless tokenization | [optional] |
json | bool | Set output format to JSON | [optional] [default to False] |
metadata | str | Deprecated - use description | [optional] |
name | str | Tokenizer name | |
pattern | str | Pattern to use in regexp vaultless tokenization | [optional] |
tag | list[str] | List of the tags attached to this key | [optional] |
template_type | str | Which template type this tokenizer is used for [SSN,CreditCard,USPhoneNumber,Email,Regexp] | |
token | str | Authentication token (see `/auth` and `/configure`) | [optional] |
tokenizer_type | str | Tokenizer type | [default to 'vaultless'] |
tweak_type | str | The tweak type to use in vaultless tokenization [Supplied, Generated, Internal, Masking] | [optional] |
uid_token | str | The universal identity token, Required only for universal_identity authentication | [optional] |