Table

cm_cmp_enrollment_attributes

Description

CMP enrollment attribute configuration

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement

 

cmp_enrollment_configuration_id

integer, foreign key

CMP Enrollment Configuration ID

cm_cmp_enrollment_configurations:id

 

attribute

varchar(80)

Organizational Identity attribute name

Attributes defined in cm_org_identities or related tables (such as cm_addresses)

 

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

 

ldap_name

varchar(80)

Name of LDAP attribute used to populate this attribute

 

If enabled, attribute is authoritative to the originating organization. May be enabled along with saml_name.

saml_name

varchar(80)

Name of SAML attribute used to populate this attribute

 

If enabled, attribute is authoritative to the originating organization. May be enabled along with ldap_name.