derivedDataType Fingerprint

A derived string type that allows hexadecimal digits.

The string must be entered in two-digit groups separated by colons. For example: 'b7:a8:c6:d5:43:fa:50:43'


References from:
CertM; NodeCredential;
stringFingerprint

Valid values: ^(([a-fA-F0-9]{2}[:])*([a-fA-F0-9]{2}))$|^(NULL)$