Greenbone Vulnerability Management Libraries 22.10.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 |
Struct holding options for OSP parameters.
char* osp_param::def |
Default value.
char* osp_param::desc |
Parameter description.
char* osp_param::id |
Parameter id.
int osp_param::mandatory |
If mandatory or not.
char* osp_param::name |
Parameter name.
osp_param_type_t osp_param::type |
Parameter type.