Greenbone Vulnerability Management Libraries  11.0.0
gmp_create_lsc_credential_opts_t Struct Reference

Struct holding options for gmp create_lsc_credential command. More...

#include <gmp.h>

Collaboration diagram for gmp_create_lsc_credential_opts_t:
Collaboration graph

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...
 

Detailed Description

Struct holding options for gmp create_lsc_credential command.

Definition at line 254 of file gmp.h.

Field Documentation

◆ auth_algorithm

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().

◆ comment

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().

◆ community

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().

◆ login

const char* gmp_create_lsc_credential_opts_t::login

Login.

Definition at line 258 of file gmp.h.

Referenced by gmp_create_lsc_credential_ext().

◆ name

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().

◆ passphrase

const char* gmp_create_lsc_credential_opts_t::passphrase

Passphrase.

Definition at line 259 of file gmp.h.

Referenced by gmp_create_lsc_credential_ext().

◆ privacy_algorithm

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().

◆ privacy_password

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().

◆ private_key

const char* gmp_create_lsc_credential_opts_t::private_key

Private key.

Definition at line 260 of file gmp.h.

Referenced by gmp_create_lsc_credential_ext().


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