Table

cm_co_group_ois_mappings

Description

Per-CO mappings from OIS records to group memberships

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement

 

org_identity_source_id

integer, foreign key

Org Identity Source ID

 
attributevarchar(80)OIS attribute to examine  

comparison

varchar(4)

Comparison to perform

  • CTI: Contains (case insensitive)
  • CTS: Contains
  • EQI: Equals (case insensitive)
  • EQS: Equals
  • NCT: Does not contain
  • NCTI: Does not contain (case insensitive)
  • NEQ: Does not equal
  • NEQI: Does not equal (case insensitive)
  • REGX: Regular Expression Match

 

patternvarchar(80)Pattern to match against  
co_group_idnteger, foreign keyFor match strategy of Email Address or Identifier, the type of the email address or identifier to use for matchingcm_co_extended_types:name 
  • No labels