You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Table

cm_co_pipelines

Description

Per-CO pipelines

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement

 

co_id

integer, foreign key

CO ID

cm_cos:id

 
namevarchar(128)Name  

status

varchar(128)

Status of Org Identity Source Plugin

  • A: Active 
  • S: Suspended

 

match_strategyvarchar(2)Match strategy on add of new record
  • EA: Email Address
  • EX: External
  • ID: Identifier
  • NO: No Matching
 
match_typevarchar(32)For match strategy of Email Address or Identifier, the type of the email address or identifier to use for matchingcm_co_extended_types:name 
sync_on_addbooleanSync record on add  
sync_on_updatebooleanSync record on update  
sync_on_deletebooleanSync record on delete  
sync_cou_idinteger, foreign keyWhen adding or updating a record, the COU the resulting Person Role should be attached tocm_cous:id 
sync_replace_cou_idinteger, foreign keyWhen adding a record, if a corresponding role is found in the specified COU delete/expire itcm_cous:id 
sync_status_on_deletevarchar(2)When syncing a record on delete, set the corresponding Person Role to the specified status
  • D: Deleted
  • GP: Grace Period
  • S: Suspended
  • XP: Expired
 
  • No labels