nylas
    Preparing search index...

    Interface DomainVerificationAttemptResult

    Interface representing the DNS record details for a verification attempt returned in a verification result.

    interface DomainVerificationAttemptResult {
        options?: Record<string, any>;
        type?: DomainVerificationType;
    }
    Index

    Properties

    Properties

    options?: Record<string, any>

    The DNS record values to configure (for example, host, type, and value).

    The verification type that this attempt corresponds to.