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)
| Field | Rust type | Optional | Protected | UI label |
|---|---|---|---|---|
license_number | String | no | yes | License number |
document_number | Option<String> | yes | yes | Document number |
issuing_authority | Option<String> | yes | no | Issuing authority |
expiry_date | Option<String> | yes | no | Expiry date |
date_of_birth | Option<String> | yes | no | Date of birth |
license_class | Option<String> | yes | no | License class |
last_name | Option<String> | yes | no | Last name |
first_name | Option<String> | yes | no | First name |
notes | Option<String> | yes | no | Notes |
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).