Table

external_identity_roles

Description

Roles for an External Identity


Column

Format

Description

Definition

Required

Comments

id

integer, primary key

Row identifier

autoincrement

(tick)


external_identity_idinteger, foreign keyExternal Identity IDexternal_identities:id(tick)
role_keyvarchar(512)External Identity Source's unique key this role maps to
(tick)Role Keys need only be unique within a given Source Key

status

varchar(2)

External Identity's status

  • A: Active
  • C: Confirmed
  • D: Deleted
  • D2: Duplicate
  • GP: Grace Period
  • I: Invited
  • N: Denied
  • P: Pending
  • PA: Pending Approval
  • PC: Pending Confirmation
  • S: Suspended
  • X: Declined
  • XP: Expired
  • Y: Approved
(tick)


affiliation_type_idinteger, foreign keyBroad affiliation to the external entitytypes:id(tick)
titlevarchar(128)Title


organizationvarchar(128)Organization

Field was named o prior to v5.0.0

departmentvarchar(128)Department

Field was named ou prior to v5.0.0
valid_fromdatetimeExternal Identity is valid from this time


valid_throughdatetimeExternal Identity is valid through this time


manager_identifiervarchar(512)Identifier associated with Person record describing this Role's Manageridentifiers:identifier

sponsor_identifiervarchar(512)Identifier associated with Person record describing this Role's Sponsoridentifiers:identifier

ordrintegerOrder/Rank/Priority of this External Identity Role (for all Roles for this External Identity)


  • No labels