OpenVAS Manager  7.0.3~git
create_note_data_t Struct Reference

Command data for the create_note command. More...

Collaboration diagram for create_note_data_t:
Collaboration graph

Data Fields

char * active
 Whether the note is active. More...
 
char * copy
 UUID of resource to copy. More...
 
char * hosts
 Hosts to which to limit override. 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 create_note command.

Definition at line 1143 of file omp.c.

Field Documentation

◆ active

char* create_note_data_t::active

Whether the note is active.

Definition at line 1145 of file omp.c.

◆ copy

char* create_note_data_t::copy

UUID of resource to copy.

Definition at line 1146 of file omp.c.

◆ hosts

char* create_note_data_t::hosts

Hosts to which to limit override.

Definition at line 1147 of file omp.c.

◆ nvt_oid

char* create_note_data_t::nvt_oid

NVT to which to limit override.

Definition at line 1148 of file omp.c.

◆ port

char* create_note_data_t::port

Port to which to limit override.

Definition at line 1149 of file omp.c.

◆ result_id

char* create_note_data_t::result_id

ID of result to which to limit override.

Definition at line 1150 of file omp.c.

◆ severity

char* create_note_data_t::severity

Severity score to which to limit note.

Definition at line 1151 of file omp.c.

◆ task_id

char* create_note_data_t::task_id

ID of task to which to limit override.

Definition at line 1152 of file omp.c.

◆ text

char* create_note_data_t::text

Text of override.

Definition at line 1153 of file omp.c.

◆ threat

char* create_note_data_t::threat

Threat to which to limit override.

Definition at line 1154 of file omp.c.


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