Greenbone Vulnerability Management Libraries
10.0.0
|
Struct holding options for OSP parameters. More...
Data Fields | |
char * | id |
char * | name |
char * | desc |
char * | def |
osp_param_type_t | type |
int | mandatory |
char* osp_param::def |
Default value.
Definition at line 65 of file osp.c.
Referenced by osp_get_scanner_details(), osp_param_default(), and osp_param_free().
char* osp_param::desc |
Parameter description.
Definition at line 64 of file osp.c.
Referenced by osp_get_scanner_details(), osp_param_desc(), and osp_param_free().
char* osp_param::id |
Parameter id.
Definition at line 62 of file osp.c.
Referenced by osp_get_scanner_details(), osp_param_free(), and osp_param_id().
int osp_param::mandatory |
If mandatory or not.
Definition at line 67 of file osp.c.
Referenced by osp_get_scanner_details(), and osp_param_mandatory().
char* osp_param::name |
Parameter name.
Definition at line 63 of file osp.c.
Referenced by osp_get_scanner_details(), osp_param_free(), and osp_param_name().
osp_param_type_t osp_param::type |
Parameter type.
Definition at line 66 of file osp.c.
Referenced by osp_get_scanner_details(), and osp_param_type_str().