Table

cm_co_enrollment_attributes

Description

Per-CO enrollment flow attribute configurations

  • There is no REST interface to this table since it is intended to configure the COmanage Registry UI.

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement

 

co_enrollment_flow_id

integer, foreign key

CO Enrollment Flow ID

cm_co_enrollment_flows:id

 

label

varchar(80)

Name of attribute as presented during enrollment

 

 

description

varchar(256)

Description of attribute, presented during enrollment

 

 

attribute

varchar(80)

CO Person, CO Person Role, or Org Identity attribute name

Attributes defined in cm_co_people, cm_co_person_rolescm_org_identities or related tables (such as cm_addresses), including cm_co_extended_attributes

 

type

varchar(2)

If attribute definition includes a type, associate this enrollment attribute with the specified type

 

 

required

integer

If the flow requires this attribute

  • 1: Required
  • 0: Not required (ie: optional)
  • -1: Not permitted

 

required_fields

varchar(160)

If this attribute has subfields, a comma separated list of which of those fields are required

 

Currently applies only to cm_names and cm_addresses
See also cm_co_settings

ordr

integer

Order attribute is presented (lower numbers = earlier)

 

 

hidden

boolean

Whether or not to display this attribute

  • true: Do not display this attribute
  • false: Display this attribute

Only honored when there is a non-modifiable default attribute value

copy_to_coperson

boolean

When the Petition is created, duplicate the value in the attribute from the Org Identity to the corresponding attribute in the CO Person or CO Person Role record

 

Applies only to Org Identity attributes.

ignore_authoritative

boolean

Whether or not to ignore authoritative values

  • true: Ignore authoritative values for this attribute
  • false: Allow authoritative values for this attribute

Deprecated, to be removed in Registry v4.0.0

default_envvarchar(80)If specified, the value held in this environment variable will be used as a default value for this attribute Added in Registry v3.1.0
loginbooleanFor attributes of type Identifier, whether or not to flag the Identifier as able to login to Registry
  • true: Identifier can be used to login to Registry
  • false: Identifier cannot be used to login to Registry
Correlates to cm_identifiers:login

language

varchar(16)

Language encoding of this attributes

RFC 5646

For supported values, see lang.php

  • No labels