@datatrue/api
    Preparing search index...

    Interface TagValidationOptions

    interface TagValidationOptions {
        account_id?: string;
        description?: string;
        detect_duplicates?: boolean;
        do_validation?: boolean;
        enabled?: boolean;
        hostname_detection?: string;
        hostname_validation?: string;
        interception?: {
            intercept?: boolean;
            intercept_body?: string;
            intercept_headers?: string;
            intercept_status?: number;
        };
        pathname_detection?: string;
        pathname_validation?: string;
        position?: number;
        query_detection?: string;
        validate_absence?: boolean;
    }

    Hierarchy

    • ResourceOptions
      • TagValidationOptions
    Index

    Properties

    account_id?: string
    description?: string
    detect_duplicates?: boolean
    do_validation?: boolean
    enabled?: boolean
    hostname_detection?: string
    hostname_validation?: string
    interception?: {
        intercept?: boolean;
        intercept_body?: string;
        intercept_headers?: string;
        intercept_status?: number;
    }
    pathname_detection?: string
    pathname_validation?: string
    position?: number
    query_detection?: string
    validate_absence?: boolean