Greenbone Vulnerability Management Libraries
11.0.0
|
Struct holding options for gmp create_lsc_credential command. More...
#include <gmp.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... | |
const char* gmp_create_lsc_credential_opts_t::auth_algorithm |
SNMP authentication algorithm.
Definition at line 261 of file gmp.h.
Referenced by gmp_create_lsc_credential_ext().
const char* gmp_create_lsc_credential_opts_t::comment |
Comment on LSC credential.
Definition at line 264 of file gmp.h.
Referenced by gmp_create_lsc_credential_ext().
const char* gmp_create_lsc_credential_opts_t::community |
SNMP community.
Definition at line 257 of file gmp.h.
Referenced by gmp_create_lsc_credential_ext().
const char* gmp_create_lsc_credential_opts_t::login |
const char* gmp_create_lsc_credential_opts_t::name |
Name of LSC credential.
Definition at line 256 of file gmp.h.
Referenced by gmp_create_lsc_credential_ext().
const char* gmp_create_lsc_credential_opts_t::passphrase |
const char* gmp_create_lsc_credential_opts_t::privacy_algorithm |
SNMP privacy algorithm.
Definition at line 263 of file gmp.h.
Referenced by gmp_create_lsc_credential_ext().
const char* gmp_create_lsc_credential_opts_t::privacy_password |
SNMP privacy password.
Definition at line 262 of file gmp.h.
Referenced by gmp_create_lsc_credential_ext().
const char* gmp_create_lsc_credential_opts_t::private_key |