LegacyLogCondition
LegacyLogCondition
A condition to be used against LegacyLog
object types. All fields are tested
for equality and combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUID | Checks for equality with the object’s `id` field. | |
orgId | UUID | Checks for equality with the object’s `orgId` field. | |
teamId | UUID | Checks for equality with the object’s `teamId` field. | |
action | String | Checks for equality with the object’s `action` field. | |
objectType | String | Checks for equality with the object’s `objectType` field. | |
objectId | UUID | Checks for equality with the object’s `objectId` field. | |
extra | JSON | Checks for equality with the object’s `extra` field. | |
actionedBy | UUID | Checks for equality with the object’s `actionedBy` field. | |
actionedAt | Datetime | Checks for equality with the object’s `actionedAt` field. | |
clientAddr | InternetAddress | Checks for equality with the object’s `clientAddr` field. | |
clientPort | Int | Checks for equality with the object’s `clientPort` field. | |
msg | String | Checks for equality with the object’s `msg` field. |