OpenVAS Manager  7.0.3~git
modify_auth_data_t Struct Reference

Command data for the modify_auth command. More...

Collaboration diagram for modify_auth_data_t:
Collaboration graph

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...
 

Detailed Description

Command data for the modify_auth command.

Definition at line 3233 of file omp.c.

Field Documentation

◆ curr_group_settings

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().

◆ groups

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().

◆ key

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().

◆ value

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().


The documentation for this struct was generated from the following file: