OpenVAS Libraries  9.0.3
omp_create_lsc_credential_opts_t Struct Reference

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

#include <omp.h>

Collaboration diagram for omp_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 omp create_lsc_credential command.

Definition at line 231 of file omp.h.

Field Documentation

◆ auth_algorithm

const char* omp_create_lsc_credential_opts_t::auth_algorithm

SNMP authentication algorithm.

Definition at line 238 of file omp.h.

Referenced by omp_create_lsc_credential_ext().

◆ comment

const char* omp_create_lsc_credential_opts_t::comment

Comment on LSC credential.

Definition at line 241 of file omp.h.

Referenced by omp_create_lsc_credential_ext().

◆ community

const char* omp_create_lsc_credential_opts_t::community

SNMP community.

Definition at line 234 of file omp.h.

Referenced by omp_create_lsc_credential_ext().

◆ login

const char* omp_create_lsc_credential_opts_t::login

Login.

Definition at line 235 of file omp.h.

Referenced by omp_create_lsc_credential_ext().

◆ name

const char* omp_create_lsc_credential_opts_t::name

Name of LSC credential.

Definition at line 233 of file omp.h.

Referenced by omp_create_lsc_credential_ext().

◆ passphrase

const char* omp_create_lsc_credential_opts_t::passphrase

Passphrase.

Definition at line 236 of file omp.h.

Referenced by omp_create_lsc_credential_ext().

◆ privacy_algorithm

const char* omp_create_lsc_credential_opts_t::privacy_algorithm

SNMP privacy algorithm.

Definition at line 240 of file omp.h.

Referenced by omp_create_lsc_credential_ext().

◆ privacy_password

const char* omp_create_lsc_credential_opts_t::privacy_password

SNMP privacy password.

Definition at line 239 of file omp.h.

Referenced by omp_create_lsc_credential_ext().

◆ private_key

const char* omp_create_lsc_credential_opts_t::private_key

Private key.

Definition at line 237 of file omp.h.

Referenced by omp_create_lsc_credential_ext().


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