Database Object
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.
References
| Name | Caption | Requirement | Type | Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| created_time | Created Time | Optional | Timestamp | The time when the database was known to have been created. | ||||||||||||||||
| created_time_dt | Created Time | Optional | Datetime | The time when the database was known to have been created. | ||||||||||||||||
| data_classification | Data Classification | Recommended | Data Classification | The Data Classification object includes information about data classification levels and data category types. DEPRECATED since v1.4.0 Use the attribute data_classifications instead |
||||||||||||||||
| data_classifications | Data Classification | Recommended | Data Classification Array | A list of Data Classification objects, that include information about data classification levels and data category types, identified by a classifier. | ||||||||||||||||
| desc | Description | Optional | String | The description of the database. | ||||||||||||||||
| groups | Groups | Optional | Group Array | The group names to which the database belongs. | ||||||||||||||||
| modified_time | Modified Time | Optional | Timestamp | The most recent time when any changes, updates, or modifications were made within the database. | ||||||||||||||||
| modified_time_dt | Modified Time | Optional | Datetime | The most recent time when any changes, updates, or modifications were made within the database. | ||||||||||||||||
| name | Name | Recommended (†) | String | The database name, ordinarily as assigned by a database administrator. | ||||||||||||||||
| size | Size | Optional | Long | The size of the database in bytes. | ||||||||||||||||
| type | Type | Recommended | String | The database type. This is the string sibling of enum attribute type_id. |
||||||||||||||||
| type_id | Type ID | Required | Integer | The normalized identifier of the database type.
This is an enum attribute; its string sibling is type. |
||||||||||||||||
| uid | Unique ID | Recommended (†) | String | The unique identifier of the database. |
Referenced By
- Cloud Resources Inventory Info Class
- Attribute: database
- Data Security Finding Class
- Attribute: database
- Datastore Activity Class
- Attribute: database
- Evidence Artifacts Object
- Attribute: database
Constraints
† At least one of these attributes must be present: name, uid