mnet_sso_access_control table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
Required ID field |
|
username | VARCHAR | 100 |
|
|
Username |
|||
mnet_host_id | BIGINT | 19 | 0 |
|
|
id of mnet host |
||
accessctrl | VARCHAR | 20 | allow |
|
|
Whether or not this user/host can login |
Table contained -1 rows
mnet_sso_access_control table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
mnetssoaccecont_mneuse_uix | Must be unique | Asc/Asc | mnet_host_id + username |