Cfgu Available Types
For convenience and reference, we keep the table below up-to-date with the different types that the Cfgu format supports.
Fields identified in the "Also Requires" column indicate additional data that you need to specify in order to use a certain type. For instance, using the "Regex" type requires "pattern" also be specified.
Type | Also Requires | Example |
---|---|---|
String | None | "Hello, World!" |
Boolean | None | true |
Number | None | 123456 |
RegEx | pattern | foo|bar |
UUID | None | Any generated UUID |
None | foo@example.com , foo+bar@example.com | |
MobilePhone | None | +1 000 000 0000 |
Locale | None | EN-GB |
LatLong | None | 41 24.2028, 2 10.4418 |
SemVer | None | 1.2.3-4 |
Color | None | #ffffff |
IPv4 | None | 127.0.0.1 |
IPv6 | None | 2600:4040:b5c4:1100:216:3eff:feda:953b |
Base64 | None | A Base64 Encoded Value |
Hex | None | A Hex Encoded Value |
MD5 | None | A MD5 Hashed Value |
SHA | None | A SHA Hashed Value |
Country | None | GB GR |
AWSRegion | None | eu-west-1 us-west-2 |
AzureRegion | None | brazilsouth australiaeast |
GCPRegion | None | asia-south1 asia-southeast2 |
Currency | None | AUD USD |