OpenVAS Manager  7.0.3~git
create_scanner_data_t Struct Reference

Command data for the create_scanner command. More...

Collaboration diagram for create_scanner_data_t:
Collaboration graph

Data Fields

char * name
 Name for new scanner. More...
 
char * copy
 UUID of scanner to copy. More...
 
char * comment
 Comment. More...
 
char * host
 Host of new scanner. More...
 
char * port
 Port of new scanner. More...
 
char * type
 Type of new scanner. More...
 
char * ca_pub
 CA Certificate of new scanner. More...
 
char * credential_id
 UUID of credential for new scanner. More...
 

Detailed Description

Command data for the create_scanner command.

Definition at line 1555 of file omp.c.

Field Documentation

◆ ca_pub

char* create_scanner_data_t::ca_pub

CA Certificate of new scanner.

Definition at line 1563 of file omp.c.

◆ comment

char* create_scanner_data_t::comment

Comment.

Definition at line 1559 of file omp.c.

◆ copy

char* create_scanner_data_t::copy

UUID of scanner to copy.

Definition at line 1558 of file omp.c.

◆ credential_id

char* create_scanner_data_t::credential_id

UUID of credential for new scanner.

Definition at line 1564 of file omp.c.

◆ host

char* create_scanner_data_t::host

Host of new scanner.

Definition at line 1560 of file omp.c.

◆ name

char* create_scanner_data_t::name

Name for new scanner.

Definition at line 1557 of file omp.c.

◆ port

char* create_scanner_data_t::port

Port of new scanner.

Definition at line 1561 of file omp.c.

◆ type

char* create_scanner_data_t::type

Type of new scanner.

Definition at line 1562 of file omp.c.


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