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

Compare with Current View Page History

« Previous Version 7 Next »

Table

cm_co_enrollment_flows

Description

Per-CO enrollment flow configurations

  • There is no REST interface to this table since it is intended to configure the COmanage Registry UI.
  • CO enrollment flows are subject to the CMP enrollment configuration (cm_cmp_enrollment_configurations).

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement

 

name

varchar(128)

Flow Name

 

 

co_id

integer, foreign key

CO Record ID

cm_cos:id

 

authz_level

varchar(2)

Authorization required to execute this enrollment flow

  • A: CO or COU admin (administrator enrollment)
  • N: No authorization required (open, self enrollment)
  • CA: CO admin (administrator enrollment)
  • CG: Member of specified CO group (self or delegated enrollment)
  • CP: CO Person (self or delegated enrollment)
  • UA: COU admin (administrator enrollment)
  • UP: CO Person in specified COU (self or delegated enrollment)

 

authz_cou_id

integer, foreign key

COU Record ID when authz_level is UA or UP

cm_cous:id

 

authz_co_group_id

integer, foreign key

CO Group Record ID when authz_level is CG

cm_co_groups:id

 

match_policy

varchar(2)

Policy for matching against existing CO People

  • A: Advisory (suggestions are provided but not automatically selected)
  • M: Automatic (where possible, automatically perform matching)
  • N: None (no matching performed)
  • S: Self (can only re-enroll self)

 

approval_required

boolean

Is approval required before any provisioning may occur?

  • true: Approval required
  • false: Approval not requested

Approvers defined by CO:admin.approvers or CO:admin.approvers:COU group membership

early_provisioning_exec

varchar(128)

Executable to be called at early provisioning stage of enrollment flow

 

Highly tentative

provisioning_exec

varchar(128)

Executable to be called at main provisioning stage of enrollment flow

 

Highly tentative

notify_on_early_provision

varchar(256)

Address to notify after early provisioning has executed

RFC 5322 Address

 

notify_on_provision

varchar(256)

Address to notify after provisioning has executed

RFC 5322 Address

 

notify_on_active

varchar(256)

Address to notify after enrollee status changes to Active

RFC 5322 Address

 

notify_from

varchar(256)

Address to send notifications from

RFC 5322 Address

used in coinvite as source email address when sending out notifications

status

varchar(2)

Configuration status

  • A: Active
  • S: Suspended


  • No labels