Citrix Cloud Modeling Rule

Modeling Rule

Citrix

Details

IDCitrix_Cloud_ModelingRule
From Version8.4.0

Schema

citrix_cloud_raw

Field Type Array?
actorDisplayName string
actorId string
actorType string
afterChanges string
beforeChanges string
customerId string
eventType string
message string
targetDisplayName string
targetEmail string
targetId string
targetUserId string

citrix_daas_raw

Field Type Array?
AdminMachineIP string
Id string
IsSuccessful string
OperationType string
Parameters string
Source string
TargetTypes string
Text string
User string
UserIdentity string
{
    "citrix_cloud_raw": {
      "eventType": {
        "type": "string",
        "is_array": false
      },
      "targetId": {
        "type": "string",
        "is_array": false
      },
      "targetUserId": {
        "type": "string",
        "is_array": false
      },
      "targetEmail": {
        "type": "string",
        "is_array": false
      },
      "targetDisplayName": {
        "type": "string",
        "is_array": false
      },
      "beforeChanges": {
        "type": "string",
        "is_array": false
      },
      "afterChanges": {
        "type": "string",
        "is_array": false
      },
      "actorId": {
        "type": "string",
        "is_array": false
      },
      "actorDisplayName": {
        "type": "string",
        "is_array": false
      },
      "message": {
        "type": "string",
        "is_array": false
      },
      "customerId": {
        "type": "string",
        "is_array": false
      },
      "actorType": {
        "type": "string",
        "is_array": false
      }
    },
    "citrix_daas_raw": {
        "Id": {
        "type": "string",
        "is_array": false
      },
      "Text": {
        "type": "string",
        "is_array": false
      },
      "OperationType": {
        "type": "string",
        "is_array": false
      },
      "IsSuccessful": {
        "type": "string",
        "is_array": false
      },
      "AdminMachineIP": {
        "type": "string",
        "is_array": false
      },
      "Source": {
        "type": "string",
        "is_array": false
      },
      "User": {
        "type": "string",
        "is_array": false
      },
      "UserIdentity": {
        "type": "string",
        "is_array": false
      },
      "TargetTypes": {
        "type": "string",
        "is_array": false
      },
      "Parameters": {
        "type": "string",
        "is_array": false
      }
    }
  }