Table | cm_co_services |
---|---|
Description | Per-CO Services |
Column | Format | Description | Definition | Comments |
---|---|---|---|---|
id | integer, primary key | Row identifier | autoincrement | |
co_id | integer, foreign key | CO Record ID | cm_cos:id | |
cou_id | integer, foreign key | COU Record ID | cm_cous:id | |
name | varchar(256) | Name | ||
description | varchar(256) | Description | ||
short_label | varchar(32) | Service short label | Intended for use with LDAP attribute options | |
co_group_id | integer, foreign key | CO Group ID | cm_co_groups:id | If set, access to this service is controlled by the specified group, though the application is ultimately responsible for enforcement |
authenticator_id | integer, foreign key | Authenticator ID | cm_authenticators:id | Added v3.3.0 |
cluster_id | integer, foreign key | Cluster ID | cm_clusters:id | Added v3.3.0 |
service_url | varchar(256) | Service URL | A clickable link that directs the user to the service | |
service_label | varchar(1024) | Protocol specific identifier or label of the service, eg SAML Entity ID or OIDC Client ID | Added v3.1.0 Deprecated in v3.2.0, will be removed in v4.0.0 (CO-1595) | |
contact_email | varchar(128) | Email Address of contact responsible for this Service | RFC 5322 Address | |
entitlement_uri | varchar(256) | Entitlement URI associated with this Service | For authorization purposes, eg: ldap attribute population | |
visibility | varchar(2) | Visibility of this Service |
| In particular for use generating a user-visible list of Services |
identifier_type | varchar(32) | Identifier type associated with this Service | cm_co_extended_types:name | |
status | varchar(2) | Status |
|