interface DomainLastStatusDkimRecord {
    error?: string;
    lastValidAt?: Date;
    status: DomainLastStatusRecordStatus;
}

Properties

error?: string

An error text displays in case the record is not valid.

lastValidAt?: Date

Time and date the DKIM record was last valid.

Status of the DKIM record's configuration.