nylas
    Preparing search index...

    Interface DomainVerificationAttempt

    Interface representing a domain DNS verification attempt, used as the request body for both the Info and Verify endpoints.

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

    Properties

    Properties

    options?: Record<string, any>

    Free-form options. For dkim, may carry a key-length hint. Most callers omit this.

    The DNS verification type to fetch info for or verify.