AppSentinels AppSentinels Modeling Rule

Modeling Rule

AppSentinels.ai

Details

IDappsentinels_appsentinels_ModelingRule
From Version8.4.0

Schema

appsentinels_appsentinels_raw

Field Type Array?
action string
application string
category string
description string
id string
rbac_id string
type string
user_info string
username string
{
    "appsentinels_appsentinels_raw": {
        "id": {
            "type": "string",
            "is_array": false
        },
        "action": {
            "type": "string",
            "is_array": false
        },
        "application": {
            "type": "string",
            "is_array": false
        },
        "category": {
            "type": "string",
            "is_array": false
        },
        "description": {
            "type": "string",
            "is_array": false
        },
        "rbac_id": {
            "type": "string",
            "is_array": false
        },
        "type": {
            "type": "string",
            "is_array": false
        },
        "user_info": {
            "type": "string",
            "is_array": false
        },
        "username": {
            "type": "string",
            "is_array": false
        }
    }
}