The functions in the following table work without an input field and do not require
dot notation:
| Built-in Name | Arguments | Outputs | Example |
|---|---|---|---|
randomNumber | Number of digits to generate | Random string (CSPRNG) that contains the specified number of digits | randomNumber(8) |
randomString | Length of random string | Random string (CSPRNG) with the specified number of characters | randomString(32) |
now | None | Current datetime in LDAP generalized time format, for example
20240207142900Z | now() |
today | None | Today's date in ISO 8601 extended local date format, for example
2024-02-07 | today() |