database

The database object is used for databases which are typically datastore services that contain an organized collection of structured and unstructured data or a types of data.

Attributes

CaptionNameTypeDescription
Created Time created_time Timestamp The time when the database was known to have been created.
Data Classification data_classification Data Classification[] Group:context
The Data Classification object includes information about data classification levels and data category types.

🚧 WARNING: DEPRECATED

Data Classification has been deprecated since 1.4.0. Use the attribute data_classifications instead

Data Classification data_classifications Data Classification[] Group:context
A list of Data Classification objects, that include information about data classification levels and data category types, indentified by a classifier.
Description desc String The description of the database.
Groups groups Group[] The group names to which the database belongs.
Modified Time modified_time Timestamp The most recent time when any changes, updates, or modifications were made within the database.
Name name String The database name, ordinarily as assigned by a database administrator.
Raw Data raw_data JSON Group:context
The event data as received from the event source.
Record ID record_id String Group:primary
Unique identifier for the object
Size size Long The size of the database in bytes.
Type type String The database type.
Type ID type_id Integer The normalized identifier of the database type.
  • 0: Unknown (UNKNOWN)
  • 1: Relational (RELATIONAL)
  • 2: Network (NETWORK)
  • 3: Object Oriented (OBJECT_ORIENTED)
  • 4: Centralized (CENTRALIZED)
  • 5: Operational (OPERATIONAL)
  • 6: NoSQL (NOSQL)
  • 99: Other (OTHER)
Unique ID uid String The unique identifier of the database.
Unmapped unmapped Unmapped[] Data from the source that was not mapped into the schema.

Relationships

Database shown in context

Inbound Relationships

These objects and events reference Database in their attributes:

Outbound Relationships

Database references the following objects and events in its attributes:

This page describes ocsf-1.4.0