OpenVAS Manager  7.0.3~git
create_agent_data_t Struct Reference

Command data for the create_agent command. More...

Collaboration diagram for create_agent_data_t:
Collaboration graph

Data Fields

char * comment
 Comment. More...
 
char * copy
 UUID of resource to copy. More...
 
char * howto_install
 Install HOWTO. More...
 
char * howto_use
 Usage HOWTO. More...
 
char * installer
 Installer content. More...
 
char * installer_filename
 Installer filename. More...
 
char * installer_signature
 Installer signature. More...
 
char * name
 Agent name. More...
 

Detailed Description

Command data for the create_agent command.

Definition at line 841 of file omp.c.

Field Documentation

◆ comment

char* create_agent_data_t::comment

Comment.

Definition at line 843 of file omp.c.

◆ copy

char* create_agent_data_t::copy

UUID of resource to copy.

Definition at line 844 of file omp.c.

◆ howto_install

char* create_agent_data_t::howto_install

Install HOWTO.

Definition at line 845 of file omp.c.

◆ howto_use

char* create_agent_data_t::howto_use

Usage HOWTO.

Definition at line 846 of file omp.c.

◆ installer

char* create_agent_data_t::installer

Installer content.

Definition at line 847 of file omp.c.

◆ installer_filename

char* create_agent_data_t::installer_filename

Installer filename.

Definition at line 848 of file omp.c.

◆ installer_signature

char* create_agent_data_t::installer_signature

Installer signature.

Definition at line 849 of file omp.c.

◆ name

char* create_agent_data_t::name

Agent name.

Definition at line 850 of file omp.c.


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