OpenVAS Manager  7.0.3~git
modify_note_data_t Struct Reference

Command data for the modify_note command. More...

Collaboration diagram for modify_note_data_t:
Collaboration graph

Data Fields

char * active
 Whether the note is active. More...
 
char * hosts
 Hosts to which to limit override. More...
 
char * note_id
 ID of note to modify. 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 to which to limit note. 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_note command.

Definition at line 3826 of file omp.c.

Field Documentation

◆ active

char* modify_note_data_t::active

Whether the note is active.

Definition at line 3828 of file omp.c.

◆ hosts

char* modify_note_data_t::hosts

Hosts to which to limit override.

Definition at line 3829 of file omp.c.

◆ note_id

char* modify_note_data_t::note_id

ID of note to modify.

Definition at line 3830 of file omp.c.

◆ nvt_oid

char* modify_note_data_t::nvt_oid

NVT to which to limit override.

Definition at line 3831 of file omp.c.

◆ port

char* modify_note_data_t::port

Port to which to limit override.

Definition at line 3832 of file omp.c.

◆ result_id

char* modify_note_data_t::result_id

ID of result to which to limit override.

Definition at line 3833 of file omp.c.

◆ severity

char* modify_note_data_t::severity

Severity score to which to limit note.

Definition at line 3834 of file omp.c.

◆ task_id

char* modify_note_data_t::task_id

ID of task to which to limit override.

Definition at line 3835 of file omp.c.

◆ text

char* modify_note_data_t::text

Text of override.

Definition at line 3836 of file omp.c.

◆ threat

char* modify_note_data_t::threat

Threat to which to limit override.

Definition at line 3837 of file omp.c.


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