interface DomainLastStatus {
    autoconfigState?: DomainLastStatusAutoconfigState;
    dkimRecord?: DomainLastStatusDkimRecord;
    dmarcRecord?: DomainLastStatusDmarcRecord;
    domainId: string;
    domainName: string;
    spfRecord?: DomainLastStatusSpfRecord;
}

Properties

The verification state of domain auto-configuration.

The DKIM record verification data.

The DMARC record verification data.

domainId: string

The ID of the domain.

domainName: string

The domain name (example.com).

The SPF record verification data.