OpenVAS Manager  7.0.3~git
get_notes_data_t Struct Reference

Command data for the get_notes command. More...

Collaboration diagram for get_notes_data_t:
Collaboration graph

Data Fields

get_data_t get
 Get args. More...
 
char * note_id
 ID of single note to get. More...
 
char * nvt_oid
 OID of NVT to which to limit listing. More...
 
char * task_id
 ID of task to which to limit listing. More...
 
int result
 Boolean. Whether to include associated results. More...
 

Detailed Description

Command data for the get_notes command.

Definition at line 2613 of file omp.c.

Field Documentation

◆ get

get_data_t get_notes_data_t::get

Get args.

Definition at line 2615 of file omp.c.

◆ note_id

char* get_notes_data_t::note_id

ID of single note to get.

Definition at line 2616 of file omp.c.

◆ nvt_oid

char* get_notes_data_t::nvt_oid

OID of NVT to which to limit listing.

Definition at line 2617 of file omp.c.

◆ result

int get_notes_data_t::result

Boolean. Whether to include associated results.

Definition at line 2619 of file omp.c.

◆ task_id

char* get_notes_data_t::task_id

ID of task to which to limit listing.

Definition at line 2618 of file omp.c.


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