|
OpenVAS Manager
7.0.3~git
|
Command data for the modify_auth command. More...

Data Fields | |
| gchar * | key |
| Key for current auth_conf_setting. More... | |
| gchar * | value |
| Value for current auth_conf_setting. More... | |
| GSList * | groups |
| List of auth_group_t. More... | |
| GSList * | curr_group_settings |
| Settings of currently parsed group. More... | |
| GSList* modify_auth_data_t::curr_group_settings |
Settings of currently parsed group.
Definition at line 3238 of file omp.c.
Referenced by modify_auth_data_reset().
| GSList* modify_auth_data_t::groups |
List of auth_group_t.
Definition at line 3237 of file omp.c.
Referenced by modify_auth_data_reset().
| gchar* modify_auth_data_t::key |
Key for current auth_conf_setting.
Definition at line 3235 of file omp.c.
Referenced by modify_auth_data_reset().
| gchar* modify_auth_data_t::value |
Value for current auth_conf_setting.
Definition at line 3236 of file omp.c.
Referenced by modify_auth_data_reset().