RunZero RunZero Modeling Rule

Modeling Rule

RunZero

Details

IDRunZero_RunZero_modeling_rule
From Version8.15.0
TagsRunZero

Schema

runzero_runzero_raw

Field Type Array?
action string
id string
source_id string
source_name string
source_type string
success string
target_id string
target_name string
target_type string
{
    "runzero_runzero_raw": {
        "action": {
            "type": "string",
            "is_array": false
        },
        "id": {
            "type": "string",
            "is_array": false
        },
        "success": {
            "type": "string",
            "is_array": false
        },
        "target_type": {
            "type": "string",
            "is_array": false
        },
        "target_name": {
            "type": "string",
            "is_array": false
        },
        "target_id": {
            "type": "string",
            "is_array": false
        },
        "source_name": {
            "type": "string",
            "is_array": false
        },
        "source_id": {
            "type": "string",
            "is_array": false
        },        
        "source_type": {
            "type": "string",
            "is_array": false
        }
    }
}