Other Objects Configuration

cfg_refs

References between entities 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 list

cfg_refs_0001

simple table index

child

cfg_refs_pkey

table primary key

clustering index

parent, seq

profile_cfg

Anti-virus components configuration for profiles.

Table fields

Field name

Field type

Description

id

VARCHAR(36) NOT NULL

profile 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 list

profile_cfg_pkey

table primary key

clustering index

id, component, name, seq

user_cfg

Anti-virus components configuration for users.

Table fields

Field name

Field type

Description

id

VARCHAR(36) DEFAULT ''

station ID (empty for Active Directory user/group)

sid

VARCHAR(255) NOT NULL

user/group SID, local or Active Directory (msad_object)

component

INTEGER NOT NULL

component ID

name

VARCHAR(255) 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 list

user_cfg_0001

unique table index

clustering index

id, sid, component, name, seq

Table references

Field name

Direction

Referenced table field

id

stations.id