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 Timecreated_timeTimestamp

The time when the database was known to have been created.

Data Classificationdata_classificationData 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 Classificationdata_classificationsData Classification[]

Group:context
A list of Data Classification objects, that include information about data classification levels and data category types, indentified by a classifier.

DescriptiondescString

The description of the database.

GroupsgroupsGroup[]

The group names to which the database belongs.

Modified Timemodified_timeTimestamp

The most recent time when any changes, updates, or modifications were made within the database.

NamenameString

The database name, ordinarily as assigned by a database administrator.

Raw Dataraw_dataJSON

Group:context
The event data as received from the event source.

Record IDrecord_idString

Group:primary
Unique identifier for the object

SizesizeLong

The size of the database in bytes.

TypetypeString

The database type.

Type IDtype_idInteger

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 IDuidString

The unique identifier of the database.

UnmappedunmappedUnmapped[]

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