KNTA_FIELD_SECURITY
This table stores security information by field. This includes whether a field is visible or editable by a user, security group, or token.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
KNTA_PARAM_SET_FIELDS_NLS |
PARAMETER_SET_FIELD_ID |
PARAMETER_SET_FIELD_ID |
KNTA_USERS |
USER_ID |
CREATED_BY |
KNTA_SECURITY_GROUPS_NLS |
SECURITY_GROUP_ID |
SECURITY_GROUP_ID |
KNTA_USERS |
USER_ID |
USER_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
FIELD_SECURITY_ID |
NOT NULL |
NUMBER |
System-generated identifier |
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
PARAMETER_SET_FIELD_ID |
NOT NULL |
NUMBER |
Identifier of the parameter field for which this security is set |
SECURITY_TYPE_CODE |
NOT NULL |
VARCHAR2(30) |
Code of the type of security linked to this step |
SECURITY_GROUP_ID |
NULLABLE |
NUMBER |
Security group ID of the security group linked as security to the field |
USER_ID |
NULLABLE |
NUMBER |
User ID of the user linked as security to the field |
TOKEN_TYPE_CODE |
NULLABLE |
VARCHAR2(30) |
Either 'STANDARD' if token linked is a standard kintana token or 'USER_DEFINED' if the token linked is user defined |
TOKEN |
NULLABLE |
VARCHAR2(80) |
Token linked as security to the field. This token resolves to one of these four values: 'Username','User ID','Security Group Name','Security Group Id' |
EDITABLE_FLAG |
NOT NULL |
VARCHAR2(1) |
This flag indicates whether the field is editable by the defined security |
ENABLED_FLAG |
NOT NULL |
VARCHAR2(1) |
This flag indicates whether this field security is enabled |
SOURCE_TYPE_CODE |
NULLABLE |
VARCHAR2(30) |
For records that have been updated by an interface or migrator, indicates the type of external update (specific interface or migrator name, and so on) |
SOURCE |
NULLABLE |
VARCHAR2(100) |
For records that have been updated by an interface or migrator, provides additional information about the source of the external update |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KNTA_FIELD_SECURITY_N2 |
NONUNIQUE |
1 |
PARAMETER_SET_FIELD_ID |
KNTA_FIELD_SECURITY_N2 |
NONUNIQUE |
2 |
USER_ID |
KNTA_FIELD_SECURITY_N2 |
NONUNIQUE |
3 |
SECURITY_TYPE_CODE |
KNTA_FIELD_SECURITY_U1 |
UNIQUE |
1 |
FIELD_SECURITY_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
KNTA_FIELD_SECURITY_S |
FIELD_SECURITY_ID |