Table SIEM.public.esec_namespace_leaf
(Deprecated) Information about namespaces that certain objects (such as correlation rules) are able to be defined within. A namespace leaf represents the association of an instance of an object with the namespace.

Generated by
SchemaSpy
Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
leaf_id uuid 2147483647 Namespace leaf identifier
leaf_name varchar 255 Name of namespace leaf
leaf_value varchar 255 Namespace leaf value
date_created timestamptz 35,6  √  null Date the entry was created
date_modified timestamptz 35,6  √  null Date the entry was modified
created_by int4 10  √  null User who created object
modified_by int4 10  √  null User who last modified object

Table contained 0 rows at Mon Mar 26 23:24 EDT 2012

Indexes:
Column(s) Type Sort Constraint Name
leaf_id Primary key Asc esec_namespace_leaf_pk