Table |
cm_cmp_enrollment_attributes |
---|---|
Description |
CMP enrollment attribute configuration |
- 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 |
|
cmp_enrollment_configuration_id |
integer, foreign key |
CMP Enrollment Configuration 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 |
|
|
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. |