Long String
long_string
This object is a used to capture strings which may be truncated by a security product due to their length.
Attributes
Caption | Name | Type | Description |
---|---|---|---|
Is Truncated | is_truncated |
Boolean |
Indicates that value has been truncated. May be omitted if truncation has not occurred.
|
Raw Data | raw_data |
String | The raw event/finding data as received from the source. |
Record ID | record_id |
String | Unique identifier for the object |
Unmapped Data | unmapped |
Object[] | The attributes that are not mapped to the event schema. The names and values of those attributes are specific to the event source. |
Untruncated Size | untruncated_size |
Integer |
The size in bytes of the string represented by value before truncation. Should be omitted if truncation has not occurred.
|
Value | value |
String |
The string value, truncated if is_truncated is true .
|
Relationships
Inbound Relationships
These objects and events reference Long String in their attributes:
Outbound Relationships
Long String references the following objects and events in its attributes:
This page describes qdm-1.4.0+ocsf-1.4.0
Updated 5 days ago