Greenbone Vulnerability Management Libraries 22.32.0
osp_param Struct Reference

Struct holding options for OSP parameters. More...

Collaboration diagram for osp_param:
Collaboration graph

Data Fields

char * id
char * name
char * desc
char * def
osp_param_type_t type
int mandatory

Detailed Description

Struct holding options for OSP parameters.

Definition at line 46 of file osp.c.

Field Documentation

◆ def

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

◆ desc

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

◆ id

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

◆ mandatory

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

◆ name

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

◆ type

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


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