Table

cm_org_identity_sources

Description

External sources of organizational identities

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement


co_id

integer, foreign key

If pool_org_identities is false in the CMP Enrollment Configuration, the CO in which this Org Identity Source is available

cm_cos:id


description

varchar(256)  

Description



sor_labelvarchar(40)SOR Label used in match requestsID Match APIAdded in Registry v4.1.0

plugin

varchar(32)

Org Identity Source Plugin


Corresponds to plugin name

status

varchar(2)

Status of Org Identity Source Plugin

  • A: Active 
  • S: Suspended


sync_modevarchar(2)How to process this Org Identity Source when processed via JobShell
  • F: Full
  • M: Manual
  • Q: Query
  • U: Update

sync_query_mismatch_modevarchar(2)How to process a Query that returns on an email search but the record does not actually contain that email
  • N: Create a new Org Identity
  • X: Ignore the returned record

sync_query_skip_knownbooleanWhen in Query mode, whether to skip email addresses already linked to records in the Org Identity Source
  • true: Skip known email addresses
  • false: Do not skip

sync_on_user_loginbooleanIf a CO Person has an Org Identity from this Source, perform a sync when the CO Person logs in to Registry
  • true: Perform sync on user login
  • false: Do not perform sync on user login
Added in Registry v3.1.0
eppn_identifier_typevarchar(128)Identifier type in Org Identity Source record to use to create an identifier of type ePPN associated with this Org Identity

eppn_suffixvarchar(128)Suffix (right hand side) to append to identifier of type eppn_identifier_type to create an identifier of type ePPN
Should not include @
hash_source_recordbooleanWhether to store a hash of the Org Identity Source Record rather than the full source record

Controls what is stored in cm_org_identity_source_records:source_record

Added in Registry v3.1.0

co_pipeline_idinteger, foreign keyCO Pipeline to run when an identity is added from this sourcecm_co_pipelines:id
  • No labels