Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 925 Bytes

RegexpTokenizerInfo.md

File metadata and controls

14 lines (10 loc) · 925 Bytes

akeyless.Model.RegexpTokenizerInfo

RegexpTokenizerInfo represents a general Regexp tokenization template

Properties

Name Type Description Notes
Alphabet string The Alphabet used for the tokenization [optional]
DecodingTemplate string Transformation to perform on the decrypted data [optional]
EncodingTemplate string Transformation to perform on the encrypted data, if the required output template doesn't match the input string The output Should still be valid for the Pattern, otherwise the secret would be able to be decrypted. [optional]
Pattern string Regexp pattern to extract and deposit the text/encdata [optional]

[Back to Model list] [Back to API list] [Back to README]