'Templates allow Vault to determine what and how to capture the value to be transformed. This cannot be edited later.',
}),
type:attr('string',{defaultValue:'regex'}),
pattern:attr('string',{
subText:'The template’s pattern defines the data format. Expressed in regex.',
}),
alphabet:attr('array',{
subText:
'Alphabet defines a set of characters (UTF-8) that is used for FPE to determine the validity of plaintext and ciphertext values. You can choose a built-in one, or create your own.',