Interface IncomingRequestCfPropertiesBotManagementEnterprise

interface IncomingRequestCfPropertiesBotManagementEnterprise {
    botManagement: IncomingRequestCfPropertiesBotManagementBase & {
        ja3Hash: string;
    };
    clientTrustScore: number;
}

Hierarchy (view full)

Properties

botManagement: IncomingRequestCfPropertiesBotManagementBase & {
    ja3Hash: string;
}

Results of Cloudflare's Bot Management analysis

Type declaration

  • ja3Hash: string

    A JA3 Fingerprint to help profile specific SSL/TLS clients across different destination IPs, Ports, and X509 certificates.

clientTrustScore: number

Duplicate of botManagement.score.

Deprecated