Class: Table
The table object represents a table within a structured relational database or
datastore, which contains columns and rows of data that are able to be create,
updated, deleted and queried.
URI: ocsf:Table
classDiagram
class Table
click Table href "../Table/"
Entity <|-- Table
click Entity href "../Entity/"
Table : created_time
Table : desc
Table : groups
Table --> "*" Group : groups
click Group href "../Group/"
Table : modified_time
Table : name
Table : size
Table : uid
Inheritance
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| created_time | 0..1 TimestampT |
The time when the table was known to have been created | direct |
| desc | 0..1 String |
The description of the table | direct |
| groups | * Group |
The group names to which the table belongs | direct |
| modified_time | 0..1 TimestampT |
The most recent time when any changes, updates, or modifications were made | direct |
| name | 0..1 recommended String |
The table name, ordinarily as assigned by a database administrator | direct |
| size | 0..1 Integer |
The size of the data table in bytes | direct |
| uid | 0..1 recommended String |
The unique identifier of the table | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| DatastoreActivity | table | range | Table |
| CloudResourcesInventoryInfo | table | range | Table |
| DataSecurityFinding | table | range | Table |
In Subsets
Aliases
- Table
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/ocsf
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | ocsf:Table |
| native | ocsf:Table |
LinkML Source
Direct
name: Table
description: 'The table object represents a table within a structured relational database
or
datastore, which contains columns and rows of data that are able to be create,
updated, deleted and queried.'
in_subset:
- objects_subset
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Table
is_a: Entity
slots:
- created_time
- desc
- groups
- modified_time
- name
- size
- uid
slot_usage:
created_time:
name: created_time
description: The time when the table was known to have been created.
desc:
name: desc
description: The description of the table.
groups:
name: groups
description: The group names to which the table belongs.
modified_time:
name: modified_time
description: 'The most recent time when any changes, updates, or modifications
were made
within the table.'
name:
name: name
description: The table name, ordinarily as assigned by a database administrator.
size:
name: size
description: The size of the data table in bytes.
uid:
name: uid
description: The unique identifier of the table.
Induced
name: Table
description: 'The table object represents a table within a structured relational database
or
datastore, which contains columns and rows of data that are able to be create,
updated, deleted and queried.'
in_subset:
- objects_subset
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Table
is_a: Entity
slot_usage:
created_time:
name: created_time
description: The time when the table was known to have been created.
desc:
name: desc
description: The description of the table.
groups:
name: groups
description: The group names to which the table belongs.
modified_time:
name: modified_time
description: 'The most recent time when any changes, updates, or modifications
were made
within the table.'
name:
name: name
description: The table name, ordinarily as assigned by a database administrator.
size:
name: size
description: The size of the data table in bytes.
uid:
name: uid
description: The unique identifier of the table.
attributes:
created_time:
name: created_time
description: The time when the table was known to have been created.
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Created Time
rank: 1000
alias: created_time
owner: Table
domain_of:
- Osint
- RelatedEvent
- Sbom
- Scim
- Session
- Sso
- Token
- Whois
- Resource
- Advisory
- AuthenticationToken
- Certificate
- Cve
- Database
- Databucket
- DigitalSignature
- Enrichment
- Epss
- File
- FindingObject
- FindingInfo
- Job
- KbArticle
- LdapPerson
- ProcessEntity
- Table
- Device
range: TimestampT
desc:
name: desc
description: The description of the table.
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Description
rank: 1000
alias: desc
owner: Table
domain_of:
- Osint
- RelatedEvent
- Remediation
- Vulnerability
- Advisory
- Analytic
- ApplicationObject
- Assessment
- Check
- CisBenchmark
- CisBenchmarkResult
- CisControl
- Compliance
- Cve
- Database
- Databucket
- Enrichment
- File
- FindingObject
- FindingInfo
- Graph
- Group
- Job
- Location
- Node
- Policy
- Rule
- Table
- WebResource
- Device
- IncidentFinding
range: string
groups:
name: groups
description: The group names to which the table belongs.
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Groups
rank: 1000
alias: groups
owner: Table
domain_of:
- Database
- Databucket
- Table
- User
- Device
range: Group
multivalued: true
modified_time:
name: modified_time
description: 'The most recent time when any changes, updates, or modifications
were made
within the table.'
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Modified Time
rank: 1000
alias: modified_time
owner: Table
domain_of:
- Osint
- RelatedEvent
- Scim
- Sso
- Token
- Resource
- Advisory
- Cve
- Database
- Databucket
- File
- FindingObject
- FindingInfo
- LdapPerson
- Metadata
- Table
- Device
- RegKey
- RegValue
range: TimestampT
name:
name: name
description: The table name, ordinarily as assigned by a database administrator.
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Name
rank: 1000
alias: name
owner: Table
domain_of:
- AnalysisTarget
- Observable
- Os
- Osint
- Package
- Parameter
- PrivilegeInfo
- San
- Scim
- Script
- ServicePrivilegeAnalysis
- SoftwareComponent
- Sso
- StartupItem
- ThreatActor
- Token
- Entity
- Resource
- Account
- Agent
- AiModel
- Aircraft
- Analytic
- ApplicationObject
- Assessment
- AutonomousSystem
- Campaign
- Check
- CisBenchmark
- CisBenchmarkResult
- CisControl
- ClassifierDetails
- Container
- D3fTactic
- D3fTechnique
- Database
- Databucket
- DomainContact
- Edge
- Endpoint
- Enrichment
- EnvironmentVariable
- Evidences
- Extension
- Feature
- File
- Graph
- Group
- HttpCookie
- HttpHeader
- Idp
- Image
- Job
- Kernel
- KeyValueObject
- LoadBalancer
- Logger
- Malware
- ManagedEntity
- MessageContext
- Metric
- Mitigation
- NetworkInterface
- Node
- Organization
- PeripheralDevice
- Policy
- ProcessEntity
- Product
- QueryInfo
- Reporter
- ResourceDetails
- Rule
- Scan
- Service
- SubTechnique
- Table
- Tactic
- Technique
- Trait
- TransformationInfo
- UnmannedAerialSystem
- User
- WebResource
- Device
- FtpActivity
- RegValue
- WinResource
- WinService
- PrefetchQuery
range: string
recommended: true
size:
name: size
description: The size of the data table in bytes.
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Size
rank: 1000
alias: size
owner: Table
domain_of:
- Advisory
- Container
- DataClassification
- Database
- Databucket
- Email
- File
- KbArticle
- Table
- MalwareScanInfo
- MemoryActivity
range: integer
uid:
name: uid
description: The unique identifier of the table.
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Unique ID
rank: 1000
alias: uid
owner: Table
domain_of:
- Osint
- Package
- ProgrammaticCredential
- RelatedEvent
- Request
- Sbom
- Scim
- Script
- Session
- Span
- Sso
- Ticket
- Token
- Trace
- Entity
- Resource
- Account
- Advisory
- Agent
- AiModel
- Aircraft
- Analytic
- ApplicationObject
- Assessment
- Certificate
- Check
- ClassifierDetails
- Container
- Cve
- Cwe
- D3fTactic
- D3fTechnique
- DataClassification
- Database
- Databucket
- DomainContact
- Edge
- Email
- Endpoint
- Evidences
- Extension
- Feature
- File
- FindingObject
- FindingInfo
- Graph
- Group
- HttpRequest
- Idp
- Image
- KbArticle
- LoadBalancer
- Logger
- Malware
- ManagedEntity
- MessageContext
- Metadata
- Mitigation
- NetworkConnectionInfo
- NetworkEndpoint
- NetworkInterface
- Node
- Organization
- PeripheralDevice
- Policy
- ProcessEntity
- Product
- QueryInfo
- Reporter
- Rule
- Scan
- Service
- SubTechnique
- Table
- Tactic
- Technique
- Trait
- TransformationInfo
- UnmannedAerialSystem
- User
- WebResource
- Device
- WinResource
range: string
recommended: true