OpenVAS Manager  7.0.3~git
modify_target_data_t Struct Reference

Command data for the modify_target command. More...

Collaboration diagram for modify_target_data_t:
Collaboration graph

Data Fields

char * alive_tests
 Alive tests. More...
 
char * comment
 Comment. More...
 
char * exclude_hosts
 Hosts to exclude from set. More...
 
char * reverse_lookup_only
 Boolean. Whether to consider only hosts that reverse lookup. More...
 
char * reverse_lookup_unify
 Boolean. Whether to unify based on reverse lookup. More...
 
char * hosts
 Hosts for target. More...
 
char * name
 Name of target. More...
 
char * port_list_id
 Port list for target. More...
 
char * ssh_credential_id
 SSH credential for target. More...
 
char * ssh_lsc_credential_id
 SSH credential for target (deprecated). More...
 
char * ssh_port
 Port for SSH. More...
 
char * ssh_lsc_port
 Port for SSH (deprecated). More...
 
char * smb_credential_id
 SMB credential for target. More...
 
char * smb_lsc_credential_id
 SMB credential for target (deprecated). More...
 
char * esxi_credential_id
 ESXi credential for target. More...
 
char * esxi_lsc_credential_id
 ESXi credential for target (deprecated). More...
 
char * snmp_credential_id
 SNMP credential for target. More...
 
char * target_id
 Target UUID. More...
 

Detailed Description

Command data for the modify_target command.

Definition at line 3703 of file omp.c.

Field Documentation

◆ alive_tests

char* modify_target_data_t::alive_tests

Alive tests.

Definition at line 3705 of file omp.c.

◆ comment

char* modify_target_data_t::comment

Comment.

Definition at line 3706 of file omp.c.

◆ esxi_credential_id

char* modify_target_data_t::esxi_credential_id

ESXi credential for target.

Definition at line 3719 of file omp.c.

◆ esxi_lsc_credential_id

char* modify_target_data_t::esxi_lsc_credential_id

ESXi credential for target (deprecated).

Definition at line 3720 of file omp.c.

◆ exclude_hosts

char* modify_target_data_t::exclude_hosts

Hosts to exclude from set.

Definition at line 3707 of file omp.c.

◆ hosts

char* modify_target_data_t::hosts

Hosts for target.

Definition at line 3710 of file omp.c.

◆ name

char* modify_target_data_t::name

Name of target.

Definition at line 3711 of file omp.c.

◆ port_list_id

char* modify_target_data_t::port_list_id

Port list for target.

Definition at line 3712 of file omp.c.

◆ reverse_lookup_only

char* modify_target_data_t::reverse_lookup_only

Boolean. Whether to consider only hosts that reverse lookup.

Definition at line 3708 of file omp.c.

◆ reverse_lookup_unify

char* modify_target_data_t::reverse_lookup_unify

Boolean. Whether to unify based on reverse lookup.

Definition at line 3709 of file omp.c.

◆ smb_credential_id

char* modify_target_data_t::smb_credential_id

SMB credential for target.

Definition at line 3717 of file omp.c.

◆ smb_lsc_credential_id

char* modify_target_data_t::smb_lsc_credential_id

SMB credential for target (deprecated).

Definition at line 3718 of file omp.c.

◆ snmp_credential_id

char* modify_target_data_t::snmp_credential_id

SNMP credential for target.

Definition at line 3721 of file omp.c.

◆ ssh_credential_id

char* modify_target_data_t::ssh_credential_id

SSH credential for target.

Definition at line 3713 of file omp.c.

◆ ssh_lsc_credential_id

char* modify_target_data_t::ssh_lsc_credential_id

SSH credential for target (deprecated).

Definition at line 3714 of file omp.c.

◆ ssh_lsc_port

char* modify_target_data_t::ssh_lsc_port

Port for SSH (deprecated).

Definition at line 3716 of file omp.c.

◆ ssh_port

char* modify_target_data_t::ssh_port

Port for SSH.

Definition at line 3715 of file omp.c.

◆ target_id

char* modify_target_data_t::target_id

Target UUID.

Definition at line 3722 of file omp.c.


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