Native PostgreSQL Schema Script: postgres.sql - Allowed connectors list

Last modified 21 Aug 2026 15:11 UTC

This page documents schema objects parsed from config/sql/native/postgres.sql.

Region: Allowed connectors list

$region.description()

Tables

m_allowed_connectors_list

Stores allowed connectors list definitions.

XSD type: http://midpoint.evolveum.com/xml/ns/public/common/common-3#AllowedConnectorsListType

Inherits from: m_assignment_holder

Columns

Column Type Required / constraints Description

oid

UUID

primary key, required

Allowed connectors list object identifier.

objectType

ObjectType

Foreign keys

Column References

oid

m_object_oid.oid

Triggers

Triggers run routines automatically when table rows are inserted, updated, or deleted.

Trigger Description Table Executes

m_allowed_connectors_list_oid_delete_tr

Removes the object OID registry entry when rows are deleted from m_allowed_connectors_list.

m_allowed_connectors_list

delete_object_oid

m_allowed_connectors_list_oid_insert_tr

Maintains the object OID registry when rows are inserted into m_allowed_connectors_list.

m_allowed_connectors_list

insert_object_oid

m_allowed_connectors_list_update_tr

Maintains object update metadata before rows are updated in m_allowed_connectors_list.

m_allowed_connectors_list

before_update_object

Was this page helpful?
YES NO
Thanks for your feedback