Table SIEM.public.user_tag_permission_rules
(Not yet used) Defines the access a Sentinel group (aka role) has on objects tagged with certain tags.

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
rule_id uuid 2147483647
corr_rule.rule_id Implied Constraint R
user_tag_permission_rules_v.rule_id Implied Constraint R
Identifier of Tag Permission
is_enabled bool 1 TRUE indicates that the permission rule is enabled
user_musthave_tags varchar 1024  √  null Tags that the user must have
user_canhave_tags varchar 1024  √  null Tags that the user can have
data_musthave_tags varchar 1024  √  null Data tags that the user must have
data_canhave_tags varchar 1024  √  null Data tags that the user can have
date_created timestamptz 35,6 Date the entry was created
date_modified timestamptz 35,6 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
rule_id Primary key Asc rule_id_pk

Close relationships: