Interface DomainDetails

interface DomainDetails {
    DKIMHost: string;
    DKIMPendingHost: string;
    DKIMPendingTextValue: string;
    DKIMRevokedHost: string;
    DKIMRevokedTextValue: string;
    DKIMTextValue: string;
    DKIMUpdateStatus: string;
    DKIMVerified: boolean;
    ID: number;
    Name: string;
    ReturnPathDomain: string;
    ReturnPathDomainCNAMEValue: string;
    ReturnPathDomainVerified: boolean;
    SPFHost: string;
    SPFTextValue: string;
    SPFVerified: boolean;
    SafeToRemoveRevokedKeyFromDNS: string;
    WeakDKIM: boolean;
}

Hierarchy

Properties

DKIMHost: string
DKIMPendingHost: string
DKIMPendingTextValue: string
DKIMRevokedHost: string
DKIMRevokedTextValue: string
DKIMTextValue: string
DKIMUpdateStatus: string
DKIMVerified: boolean
ID: number
Name: string
ReturnPathDomain: string
ReturnPathDomainCNAMEValue: string
ReturnPathDomainVerified: boolean
SPFHost: string
SPFTextValue: string
SPFVerified: boolean
SafeToRemoveRevokedKeyFromDNS: string
WeakDKIM: boolean