24 lines
870 B
Text
24 lines
870 B
Text
[cols="1a,1a"]
|
|
|====
|
|
| Variable | Description
|
|
| **secret1** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[secret]` `basic` `mandatory` | The first variable. +
|
|
**Validator**: minimum length for the secret is 10 characters
|
|
| **secret2** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[secret]` `standard` `mandatory` | The second variable. +
|
|
**Validators**:
|
|
|
|
* maximum length for the secret is 10 characters
|
|
* 'forbidden characters: "$" and "^"'
|
|
|
|
**Default**: value
|
|
| **secret3** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[secret]` `standard` `mandatory` | The third variable. +
|
|
**Validators**:
|
|
|
|
* maximum length for the secret is 10 characters
|
|
* 'forbidden characters: "$"'
|
|
|
|
**Default**: value
|
|
|====
|
|
|