OpenVAS Libraries
9.0.1
|
Struct holding options for omp create_lsc_credential command. More...
#include <omp.h>
Data Fields | |
const char * | name |
Name of LSC credential. More... | |
const char * | community |
SNMP community. More... | |
const char * | login |
Login. More... | |
const char * | passphrase |
Passphrase. More... | |
const char * | private_key |
Private key. More... | |
const char * | auth_algorithm |
SNMP authentication algorithm. More... | |
const char * | privacy_password |
SNMP privacy password. More... | |
const char * | privacy_algorithm |
SNMP privacy algorithm. More... | |
const char * | comment |
Comment on LSC credential. More... | |
Struct holding options for omp create_lsc_credential command.
const char* omp_create_lsc_credential_opts_t::auth_algorithm |
SNMP authentication algorithm.
const char* omp_create_lsc_credential_opts_t::comment |
Comment on LSC credential.
const char* omp_create_lsc_credential_opts_t::community |
SNMP community.
const char* omp_create_lsc_credential_opts_t::login |
Login.
const char* omp_create_lsc_credential_opts_t::name |
Name of LSC credential.
const char* omp_create_lsc_credential_opts_t::passphrase |
Passphrase.
const char* omp_create_lsc_credential_opts_t::privacy_algorithm |
SNMP privacy algorithm.
const char* omp_create_lsc_credential_opts_t::privacy_password |
SNMP privacy password.
const char* omp_create_lsc_credential_opts_t::private_key |
Private key.