Fake Mirrors
    Preparing search index...

    Class FullTargetModel

    Represents a full target model.

    Hierarchy (View Summary)

    Constructors

    • Creates a new full target model instance.

      Parameters

      • campaignId: string

        The ID of the campaign this target belongs to

      • targetId: string

        The unique identifier of the target

      • accessLevel: "transparent" | "landing"

        The access level

      • donorSecure: boolean

        Whether the donor server uses HTTPS

      • donorSub: string

        The donor subdomain

      • donorDomain: string

        The donor domain name

      • donorPort: number

        The donor server port

      • mirrorSecure: boolean

        Whether the mirror uses HTTPS

      • mirrorSub: string

        The mirror subdomain

      • mirrorDomain: string

        The mirror domain

      • mirrorPort: number

        The mirror server port

      • labels: string[]

        Array of labels for categorization

      • connectTimeout: number

        Connection timeout

      • simpleTimeout: number

        Simple request timeout

      • streamTimeout: number

        Streaming request timeout

      • headersSizeLimit: number

        Maximum headers size in bytes

      • bodySizeLimit: number

        Maximum body size in bytes

      • mainPage: string

        Custom main page content

      • notFoundPage: string

        Custom 404 page content

      • faviconIco: string

        Custom favicon content

      • robotsTxt: string

        Custom robots.txt content

      • sitemapXml: string

        Custom sitemap.xml content

      • allowWebSockets: boolean

        Whether to allow WebSocket connections

      • isEnabled: boolean

        Whether the target is currently enabled

      • messageCount: number

        Total number of messages processed for this target

      • createdAt: Date

        The date and time when the target was created

      Returns FullTargetModel

    Properties

    accessLevel: "transparent" | "landing"

    The access level

    allowWebSockets: boolean

    Whether to allow WebSocket connections

    bodySizeLimit: number

    Maximum body size in bytes

    campaignId: string

    The ID of the campaign this target belongs to

    connectTimeout: number

    Connection timeout

    createdAt: Date

    The date and time when the target was created

    donorDomain: string

    The donor domain name

    donorPort: number

    The donor server port

    donorSecure: boolean

    Whether the donor server uses HTTPS

    donorSub: string

    The donor subdomain

    faviconIco: string

    Custom favicon content

    headersSizeLimit: number

    Maximum headers size in bytes

    isEnabled: boolean

    Whether the target is currently enabled

    labels: string[]

    Array of labels for categorization

    mainPage: string

    Custom main page content

    messageCount: number

    Total number of messages processed for this target

    mirrorDomain: string

    The mirror domain

    mirrorPort: number

    The mirror server port

    mirrorSecure: boolean

    Whether the mirror uses HTTPS

    mirrorSub: string

    The mirror subdomain

    notFoundPage: string

    Custom 404 page content

    robotsTxt: string

    Custom robots.txt content

    simpleTimeout: number

    Simple request timeout

    sitemapXml: string

    Custom sitemap.xml content

    streamTimeout: number

    Streaming request timeout

    targetId: string

    The unique identifier of the target

    Accessors

    Methods