Greenbone Vulnerability Management Libraries 22.32.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.
const char * community
 SNMP community.
const char * login
 Login.
const char * passphrase
 Passphrase.
const char * private_key
 Private key.
const char * auth_algorithm
 SNMP authentication algorithm.
const char * privacy_password
 SNMP privacy password.
const char * privacy_algorithm
 SNMP privacy algorithm.
const char * comment
 Comment on LSC credential.

Detailed Description

Struct holding options for gmp create_lsc_credential command.

Definition at line 239 of file gmp.h.

Field Documentation

◆ auth_algorithm

const char* gmp_create_lsc_credential_opts_t::auth_algorithm

SNMP authentication algorithm.

Definition at line 246 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 249 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 242 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 243 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 241 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 244 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 248 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 247 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 245 of file gmp.h.

Referenced by gmp_create_lsc_credential_ext().


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