|
Greenbone Vulnerability Management Libraries 22.32.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 51 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 50 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 48 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 53 of file osp.c.
Referenced by osp_get_scanner_details(), and osp_param_mandatory().
| char* osp_param::name |
Parameter name.
Definition at line 49 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 52 of file osp.c.
Referenced by osp_get_scanner_details(), and osp_param_type_str().