OpenVAS Manager  7.0.3~git
create_override_data_t Struct Reference

Command data for the create_override command. More...

Collaboration diagram for create_override_data_t:
Collaboration graph

Data Fields

char * active
 Whether the override is active. More...
 
char * copy
 UUID of resource to copy. More...
 
char * hosts
 Hosts to which to limit override. More...
 
char * new_threat
 New threat value of overridden results. More...
 
char * new_severity
 New severity score of overridden results. More...
 
char * nvt_oid
 NVT to which to limit override. More...
 
char * port
 Port to which to limit override. More...
 
char * result_id
 ID of result to which to limit override. More...
 
char * severity
 Severity score of results to override. More...
 
char * task_id
 ID of task to which to limit override. More...
 
char * text
 Text of override. More...
 
char * threat
 Threat to which to limit override. More...
 

Detailed Description

Command data for the create_override command.

Definition at line 1182 of file omp.c.

Field Documentation

◆ active

char* create_override_data_t::active

Whether the override is active.

Definition at line 1184 of file omp.c.

◆ copy

char* create_override_data_t::copy

UUID of resource to copy.

Definition at line 1185 of file omp.c.

◆ hosts

char* create_override_data_t::hosts

Hosts to which to limit override.

Definition at line 1186 of file omp.c.

◆ new_severity

char* create_override_data_t::new_severity

New severity score of overridden results.

Definition at line 1188 of file omp.c.

◆ new_threat

char* create_override_data_t::new_threat

New threat value of overridden results.

Definition at line 1187 of file omp.c.

◆ nvt_oid

char* create_override_data_t::nvt_oid

NVT to which to limit override.

Definition at line 1189 of file omp.c.

◆ port

char* create_override_data_t::port

Port to which to limit override.

Definition at line 1190 of file omp.c.

◆ result_id

char* create_override_data_t::result_id

ID of result to which to limit override.

Definition at line 1191 of file omp.c.

◆ severity

char* create_override_data_t::severity

Severity score of results to override.

Definition at line 1192 of file omp.c.

◆ task_id

char* create_override_data_t::task_id

ID of task to which to limit override.

Definition at line 1193 of file omp.c.

◆ text

char* create_override_data_t::text

Text of override.

Definition at line 1194 of file omp.c.

◆ threat

char* create_override_data_t::threat

Threat to which to limit override.

Definition at line 1195 of file omp.c.


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