FeaturesEntry types

DriverLicense — Driver licenses

Motor vehicle licence.

Driver License type (DriverLicense, discriminant 11) — Identity category. Motor vehicle licence.

Classification

← Types index · Category: Identity · Discriminant: 11

Field schema (EntryData)

FieldRust typeOptionalProtectedUI label
license_numberStringnoyesLicense number
document_numberOption<String>yesyesDocument number
issuing_authorityOption<String>yesnoIssuing authority
expiry_dateOption<String>yesnoExpiry date
date_of_birthOption<String>yesnoDate of birth
license_classOption<String>yesnoLicense class
last_nameOption<String>yesnoLast name
first_nameOption<String>yesnoFirst name
notesOption<String>yesnoNotes

Secrets

Protected fields (masked in UI, EntryType::is_protected_field): license_number, document_number.

Attachments

Attachments

Like all entry types, a DriverLicense entry may have encrypted attachments via Entry.attachments (EntryAttachments: files, folders). Add them by drag-and-drop in the entry editor; binary content is encrypted with the vault.

In the app

Create a Driver License entry: vault → + → type DriverLicense → fill fields → add attachments (optional, all types) → Save. Validation: only title is required (validation_service.rs).