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

Compare with Current View Page History

« Previous Version 2 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

 

self_enroll

boolean

Can non-administrators enroll their own organizational identities?

  • true: Self enrollment enabled
  • false: Self enrollment disabled

Subject to CMP configuraton (cm_cmp_enrollment_configurations)

admin_enroll

varchar(1)

Are CO/COU administrators able to enroll new organizational identities?

  • N: Delegated enrollment disabled
  • O: Delegated enrollment enabled for CO admins only
  • C: Delegated enrollment enabled for both CO and COU admins

Subject to CMP configuraton (cm_cmp_enrollment_configurations)

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

status

varchar(2)

Configuration status

  • A: Active
  • S: Suspended


  • No labels