OpenVAS Manager  7.0.3~git
get_overrides_data_t Struct Reference

Command data for the get_overrides command. More...

Collaboration diagram for get_overrides_data_t:
Collaboration graph

Data Fields

get_data_t get
 Get args. More...
 
char * override_id
 ID of override 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_overrides command.

Definition at line 2693 of file omp.c.

Field Documentation

◆ get

get_data_t get_overrides_data_t::get

Get args.

Definition at line 2695 of file omp.c.

◆ nvt_oid

char* get_overrides_data_t::nvt_oid

OID of NVT to which to limit listing.

Definition at line 2697 of file omp.c.

◆ override_id

char* get_overrides_data_t::override_id

ID of override to get.

Definition at line 2696 of file omp.c.

◆ result

int get_overrides_data_t::result

Boolean. Whether to include associated results.

Definition at line 2699 of file omp.c.

◆ task_id

char* get_overrides_data_t::task_id

ID of task to which to limit listing.

Definition at line 2698 of file omp.c.


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