SECPROFILE Table

The SECPROFILE table contains information on field-level security profiles that can be assigned to users. Security profiles are created in the Administrator using the Security Profile Manager.

While this table does not have a field defined as a primary key, the PROFILEID field should be unique and considered a primary key.

Legend
 

Field Datatype (Length) Allow Nulls Indexes Relationship Related Table and Field

PROFILEID (FK)

STANDARDID(12)

NOT NULL

SECPROFILE_PROFILEID (AK)

(One) to (Many)

REALIGNPROFILE.PROFILEID

(One) to (Many)

SECCODEJOINS.PROFILEID

(One) to (Many)

SECRIGHTS.PROFILEID

(One) to (Many)

SLXWEBSERVER.PROFILEID

PROFILEDESCRIPTION

varchar(64)

NULLS

 

 

 

PROFILEDATA

TEXTBLOB

NULLS

 

 

 

PROFILETYPE

BOOLEAN(1)

NULLS

 

 

 

DEFAULTPERMISSION

char(1)

NULLS

 

 

 

MODIFYDATE

datetime(8)

NULLS

 

 

 

MODIFYUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

CREATEDATE

datetime(8)

NULLS

 

 

 

CREATEUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID