|
Greenbone Vulnerability Management Libraries 22.32.0
|
The structure for a preference of a NVT. More...

Data Fields | |
| int | id |
| Preference ID. | |
| gchar * | type |
| Preference type. | |
| gchar * | name |
| Name of the preference. | |
| gchar * | dflt |
| Default value of the preference. | |
| gchar* nvtpref::dflt |
Default value of the preference.
Definition at line 445 of file nvti.c.
Referenced by nvtpref_default(), nvtpref_free(), and nvtpref_new().
| int nvtpref::id |
Preference ID.
Definition at line 442 of file nvti.c.
Referenced by nvtpref_id(), and nvtpref_new().
| gchar* nvtpref::name |
Name of the preference.
Definition at line 444 of file nvti.c.
Referenced by nvtpref_free(), nvtpref_name(), and nvtpref_new().
| gchar* nvtpref::type |
Preference type.
Definition at line 443 of file nvti.c.
Referenced by nvtpref_free(), nvtpref_new(), and nvtpref_type().