OpenVAS Manager  7.0.3~git
modify_scanner_data_t Struct Reference

Command data for the modify_scanner command. More...

Collaboration diagram for modify_scanner_data_t:
Collaboration graph

Data Fields

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

Detailed Description

Command data for the modify_scanner command.

Definition at line 3564 of file omp.c.

Field Documentation

◆ ca_pub

char* modify_scanner_data_t::ca_pub

CA Certificate of scanner.

Definition at line 3572 of file omp.c.

◆ comment

char* modify_scanner_data_t::comment

Comment.

Definition at line 3566 of file omp.c.

◆ credential_id

char* modify_scanner_data_t::credential_id

UUID of credential of scanner.

Definition at line 3573 of file omp.c.

◆ host

char* modify_scanner_data_t::host

Host of scanner.

Definition at line 3568 of file omp.c.

◆ name

char* modify_scanner_data_t::name

Name of scanner.

Definition at line 3567 of file omp.c.

◆ port

char* modify_scanner_data_t::port

Port of scanner.

Definition at line 3569 of file omp.c.

◆ scanner_id

char* modify_scanner_data_t::scanner_id

scanner UUID.

Definition at line 3571 of file omp.c.

◆ type

char* modify_scanner_data_t::type

Type of scanner.

Definition at line 3570 of file omp.c.


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