OpenVAS Manager  7.0.3~git
modify_override_data_t Struct Reference

Command data for the modify_override command. More...

Collaboration diagram for modify_override_data_t:
Collaboration graph

Data Fields

char * active
 Whether the override is active. More...
 
char * hosts
 Hosts to which to limit override. More...
 
char * new_severity
 New severity score of overridden results. More...
 
char * new_threat
 New threat value of overridden results. More...
 
char * nvt_oid
 NVT to which to limit override. More...
 
char * override_id
 ID of override to modify. 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 modify_override command.

Definition at line 3865 of file omp.c.

Field Documentation

◆ active

char* modify_override_data_t::active

Whether the override is active.

Definition at line 3867 of file omp.c.

◆ hosts

char* modify_override_data_t::hosts

Hosts to which to limit override.

Definition at line 3868 of file omp.c.

◆ new_severity

char* modify_override_data_t::new_severity

New severity score of overridden results.

Definition at line 3869 of file omp.c.

◆ new_threat

char* modify_override_data_t::new_threat

New threat value of overridden results.

Definition at line 3870 of file omp.c.

◆ nvt_oid

char* modify_override_data_t::nvt_oid

NVT to which to limit override.

Definition at line 3871 of file omp.c.

◆ override_id

char* modify_override_data_t::override_id

ID of override to modify.

Definition at line 3872 of file omp.c.

◆ port

char* modify_override_data_t::port

Port to which to limit override.

Definition at line 3873 of file omp.c.

◆ result_id

char* modify_override_data_t::result_id

ID of result to which to limit override.

Definition at line 3874 of file omp.c.

◆ severity

char* modify_override_data_t::severity

Severity score of results to override.

Definition at line 3875 of file omp.c.

◆ task_id

char* modify_override_data_t::task_id

ID of task to which to limit override.

Definition at line 3876 of file omp.c.

◆ text

char* modify_override_data_t::text

Text of override.

Definition at line 3877 of file omp.c.

◆ threat

char* modify_override_data_t::threat

Threat to which to limit override.

Definition at line 3878 of file omp.c.


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