Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| pkSecurityID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each security configuration record |
||||
| fkReportID | int | 4 | √ | null |
|
|
Report reference - Links to the report that this security configuration applies to |
||||
| fkOptionID | int | 4 | √ | null |
|
|
Option reference - Links to the specific report option or parameter being secured |
||||
| fkSecurableID | int | 4 | √ | null |
|
|
Securable reference - Links to the securable item or security group that controls access |
||||
| SecurableID | int | 4 | √ | null |
|
|
Security identifier - Additional security identifier for access control and permission management |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_QlOptionSecurity | Primary key | Asc | pkSecurityID |
