cfg_refs
References between entity configurations.
Table fields
Field name
|
Field type
|
Description
|
parent
|
VARCHAR(36) NOT NULL
|
parent entity ID
|
seq
|
INTEGER NOT NULL
|
reference sequence number
|
child
|
VARCHAR(36) NOT NULL
|
child entity ID
|
Table indexes
Index name
|
Index type
|
Fields
|
cfg_refs_0001
|
simple table index
|
child
|
cfg_refs_pkey
|
table primary key
clustering index
|
parent, seq
|
profile_cfg
Configuration of anti-virus components for profiles.
Table fields
Field name
|
Field type
|
Description
|
id
|
VARCHAR(36) NOT NULL
|
entity UUID
|
component
|
INTEGER NOT NULL
|
component ID
|
name
|
VARCHAR(255) NOT NULL
|
parameter key
|
seq
|
INTEGER NOT NULL
|
sequence number of parameter value
|
value
|
CLOB DEFAULT ''
|
parameter value
|
modtime
|
NUMERIC(17) DEFAULT '0'
|
record modification time
|
Table indexes
Index name
|
Index type
|
Fields
|
profile_cfg_pkey
|
table primary key
clustering index
|
id, component, name, seq
|
user_cfg
Configuration of anti-virus components for users.
Table fields
Field name
|
Field type
|
Description
|
id
|
VARCHAR(36) DEFAULT ''
|
station ID (empty for the Active Directory user/group)
|
sid
|
VARCHAR(255) NOT NULL
|
user/group SID, local or Active Directory, see table msad_object
|
component
|
INTEGER NOT NULL
|
component ID
|
name
|
VARCHAR(64) NOT NULL
|
option name
|
seq
|
INTEGER NOT NULL
|
option sequence number
|
value
|
CLOB DEFAULT ''
|
option value
|
modtime
|
NUMERIC(17) DEFAULT '0'
|
record modification time
|
Table indexes
Index name
|
Index type
|
Fields
|
user_cfg_0001
|
unique table index
clustering index
|
id, sid, component, name, seq
|
Table references
Field name
|
Direction
|
Referenced table field
|
id
|
→
|
stations.id
|
|