Table

pipelines

Description

Pipelines


Column

Format

Description

Definition

Required

Comments

id

integer, primary key

Row identifier

autoincrement

(tick)


co_idinteger, foreign keyCO Record IDcos:id(tick)

description

varchar(128)

Description




statusvarchar(2)Status
  • A: Active
  • S: Suspended
(tick)
match_strategyvarchar(2)Match strategy on add of new record
  • EA: Email Address
  • EX: External
  • ID: Identifier
  • NO: No Matching
(tick)
match_email_address_type_idinteger, foreign keyFor match strategy of Email Address, the type of the email address to use for matchingtypes:id

match_identifier_type_idinteger, foreign keyFor match strategy of Identifier, the type of the identifier to use for matchingtypes:id

match_server_idinteger, foreign keyFor match strategy of External, the Match Server IDmatch_servers:id

sync_status_on_deletevarchar(2)When an External Identity Role record is deleted, the status to set the corresponding Person Role to
  • D: Deleted
  • GP: Grace Period
  • S: Suspended
  • XP: Expired


sync_affiliation_type_idinteger, foreign keyWhen adding or updating a Person Role, the affiliation given to the Role (overriding any value provided by the source)types:id

sync_cou_idinteger, foreign keyWhen adding or updating a Person Role, the COU the resulting Role should be attached tocous:id

sync_replace_cou_idinteger, foreign keyWhen adding a Person Role, if a corresponding Person Role is found in the specified COU delete/expire itcous:id

sync_identifier_type_idinteger, foreign keyWhen syncing relationships, the identifier type to use for mappingtypes:id

  • No labels