Greenbone Vulnerability Management Libraries 22.32.0
osp_start_scan_opts_t Struct Reference

#include <osp.h>

Collaboration diagram for osp_start_scan_opts_t:
Collaboration graph

Data Fields

GSList * targets
 Target hosts to scan.
GSList * vt_groups
 VT groups to use for the scan.
GSList * vts
 Single VTs to use for the scan.
GHashTable * scanner_params
 Table of scanner parameters.
const char * scan_id
 UUID to set for scan, null otherwise.

Detailed Description

Definition at line 121 of file osp.h.

Field Documentation

◆ scan_id

const char* osp_start_scan_opts_t::scan_id

UUID to set for scan, null otherwise.

Definition at line 127 of file osp.h.

Referenced by osp_start_scan_ext().

◆ scanner_params

GHashTable* osp_start_scan_opts_t::scanner_params

Table of scanner parameters.

Definition at line 126 of file osp.h.

Referenced by osp_start_scan_ext().

◆ targets

GSList* osp_start_scan_opts_t::targets

Target hosts to scan.

Definition at line 123 of file osp.h.

Referenced by osp_start_scan_ext().

◆ vt_groups

GSList* osp_start_scan_opts_t::vt_groups

VT groups to use for the scan.

Definition at line 124 of file osp.h.

Referenced by osp_start_scan_ext().

◆ vts

GSList* osp_start_scan_opts_t::vts

Single VTs to use for the scan.

Definition at line 125 of file osp.h.

Referenced by osp_start_scan_ext().


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