OpenVAS Manager  7.0.3~git
modify_agent_data_t Struct Reference

Command data for the modify_agent command. More...

Collaboration diagram for modify_agent_data_t:
Collaboration graph

Data Fields

char * comment
 Comment. More...
 
char * name
 Name of agent. More...
 
char * agent_id
 agent UUID. More...
 

Detailed Description

Command data for the modify_agent command.

Definition at line 3135 of file omp.c.

Field Documentation

◆ agent_id

char* modify_agent_data_t::agent_id

agent UUID.

Definition at line 3139 of file omp.c.

◆ comment

char* modify_agent_data_t::comment

Comment.

Definition at line 3137 of file omp.c.

◆ name

char* modify_agent_data_t::name

Name of agent.

Definition at line 3138 of file omp.c.


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