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 | ||
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_roles, cm_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 |
| |
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 | |
ordr | integer | Order attribute is presented (lower numbers = earlier) | ||
hidden | boolean | Whether or not to 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 |
| Deprecated, to be removed in Registry v4.0.0 |
default_env | varchar(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 | |
login | boolean | For attributes of type Identifier, whether or not to flag the Identifier as able to login to Registry |
| Correlates to cm_identifiers:login |
language | varchar(16) | Language encoding of this attributes | For supported values, see | |
configuration_label_id | integer | Configuration Label ID | since v4.4.0 |