Cloudflare Zero Trust Modeling Rule

Modeling Rule

Cloudflare Zero Trust

Details

IDCloudflare_Zero_Trust_ModelingRule
From Version8.7.0

Schema

cloudflare_zerotrust_raw

Field Type Array?
SOURCE_LOG_TYPE string
action string
actor string
allowed boolean
app_domain string
app_uid string
connection string
id string
interface string
ip_address string
metadata string
newValue string
newValueJson string
oldValue string
oldValueJson string
owner string
ray_id string
resource string
user_email string
{
    "cloudflare_zerotrust_raw": {
        "SOURCE_LOG_TYPE": {
            "type": "string",
            "is_array": false
        },
        "action": {
            "type": "string",
            "is_array": false
        },
        "actor": {
            "type": "string",
            "is_array": false
        },
        "allowed": {
            "type": "boolean",
            "is_array": false
        },
        "app_domain": {
            "type": "string",
            "is_array": false
        },
        "app_uid": {
            "type": "string",
            "is_array": false
        },
        "connection": {
            "type": "string",
            "is_array": false
        },
        "id": {
            "type": "string",
            "is_array": false
        },
        "interface": {
            "type": "string",
            "is_array": false
        },
        "ip_address": {
            "type": "string",
            "is_array": false
        },
        "metadata": {
            "type": "string",
            "is_array": false
        },
        "newValue": {
            "type": "string",
            "is_array": false
        },
        "newValueJson": {
            "type": "string",
            "is_array": false
        },
        "oldValue": {
            "type": "string",
            "is_array": false
        },
        "oldValueJson": {
            "type": "string",
            "is_array": false
        },
        "owner": {
            "type": "string",
            "is_array": false
        },
        "ray_id": {
            "type": "string",
            "is_array": false
        },
        "resource": {
            "type": "string",
            "is_array": false
        },
        "user_email": {
            "type": "string",
            "is_array": false
        }
    }
}