Studio Service

LegacyLogCondition

LegacyLogCondition

A condition to be used against LegacyLog object types. All fields are tested for equality and combined with a logical ‘and.’

FieldTypeDescription
idUUIDChecks for equality with the object’s `id` field.
orgIdUUIDChecks for equality with the object’s `orgId` field.
teamIdUUIDChecks for equality with the object’s `teamId` field.
actionStringChecks for equality with the object’s `action` field.
objectTypeStringChecks for equality with the object’s `objectType` field.
objectIdUUIDChecks for equality with the object’s `objectId` field.
extraJSONChecks for equality with the object’s `extra` field.
actionedByUUIDChecks for equality with the object’s `actionedBy` field.
actionedAtDatetimeChecks for equality with the object’s `actionedAt` field.
clientAddrInternetAddressChecks for equality with the object’s `clientAddr` field.
clientPortIntChecks for equality with the object’s `clientPort` field.
msgStringChecks for equality with the object’s `msg` field.