Table

identifier_assignments

Description

Identifier Assignments definitions

Column

Format

Description

Definition

Required

Comments

id

integer, primary key

Row identifier

autoincrement

(tick)


co_id

integer, foreign key

CO ID

cos:id

(tick)


descriptionvarchar(128)Description


pluginvarchar(80)Identifier Assigner Plugin Entry Point Model 
(tick)

status

varchar(2)

Status

  • A: Active
  • S: Status
(tick)


context

varchar(2)

Identifier Assignment Context

  • CD: Department
  • CG: Group
  • CP: Person
(tick)


group_id

integer, foreign key

If set, only People who are members of this Group will have this Identifier Assignment applied




identifier_type_id

integer, foreign key

Type of Identifier to assign

types:idExactly one of identifier_type_id or email_address_type_id may be set


loginbooleanIf true, this Identifier will be flagged for use to login to Registry


email_address_type_idinteger, foreign keyType of Email Address to assigntypes:idExactly one of identifier_type_id or email_address_type_id may be set
allow_emptybooleanIf true, failure of this Identifier Assignment will not prevent critical processes (such as Pipelines) from completing


ordrintegerOrder for running this Identifier Assignment among all Identifier Assignments for this CO (lower numbers = earlier)


  • No labels