The following tables are mainly used to store WSM/SECURE data.
| PERMITSV3 TABLE NAME | DESCRIPTION |
| PERMITSV3_API_FEATURE | Links API roles to specific API permissions/features they are allowed to use. |
| PERMITSV3_API_GROUP | Links API roles to their assigned user groups. Specifies which groups are granted API role permissions to perform actions within Secure. |
| PERMITSV3_API_ROLE | Defines the structure and metadata of an API role, including attributes such as name and description. |
| PERMITSV3_AUDIT | Used for auditing activities within WGS, including EXCMDS operations like edit, update, and create, and also in the context of permission changes. |
| PERMITSV3_AUDIT_VALUES | Contains the enumeration of audit event types, used as a reference for logging and configuration (e.g., all, denied, granted, none). |
| PERMITSV3_DB_VERSION | Stores the current database schema version and includes the last refresh time as a Unix timestamp. |
| PERMITSV3_FEATURE | Definitions of specific permissions or features within the system. It outlines what capabilities or access rights are available, helping to control and manage user actions and system functions through assigned features. |
| PERMITSV3_KEY_TO_MQGROUP | Links user groups to server groups (MQ groups), defining which servers the group has access to. |
| PERMITSV3_KEY_TO_OBJGROUP | Links user groups to one or more object groups, establishing which groups have permissions or access rights associated with those object groups. |
| PERMITSV3_KEY_TO_ROLE | Maps user groups to roles, determining what each group is allowed to do in the system. |
| PERMITSV3_MQGROUP | Defines server groups (MQ groups), which are collections of servers or agents used for limiting permissions. |
| PERMITSV3_MQGROUP_ENTRIES | Details the members (servers or agents) within each server group. |
| PERMITSV3_OBJGROUP | Defines the configuration of object groups, specifying how collections of objects are organized and managed within the system for permission and access control purposes. |
| PERMITSV3_OBJGROUP_ENTRIES | Lists configurations of regex filters for specific group types, specifying whether they are included or excluded within the object group. |
| PERMITSV3_OBJTYPE | Describes the different types of objects within the system. |
| PERMITSV3_ROLE | Describes roles, which are logical groupings of one or more permissions (features). |
| PERMITSV3_ROLE_FEATURES | Maps roles to features (permissions), defining which features are granted to each role. |
| PERMITSV3_SM_AUDIT | Contains a list of security audit records, capturing actions and events for monitoring and compliance purposes. |
| PERMITSV3_TRUST | Stores trust configuration settings, used for establishing trusted relationships between systems. |
| PERMITSV3_USR | Describes user configuration. It includes details such as user ID, name, description, creation and update timestamps, and flags indicating whether the user is locked, disabled, or system-generated. |
| PERMITSV3_USR_SETTINGS | Contains only settings related to the apod-wsm/Secure system, and only if the user is using the side or top menu layout in version 11.x. In later versions, it also includes theme settings. |
| PERMITSV3_USR_TO_USRGROUP | Maps individual users to one or more user groups. |
| PERMITSV3_USRGROUP | Defines user groups, used to manage permissions collectively for sets of users. |
This structure is applicable only to versions 10.x and 11.x. Starting with version 12.x, the schema structure has changed.