OpenVAS Manager  7.0.3~git
modify_credential_data_t Struct Reference

Command data for the modify_credential command. More...

Collaboration diagram for modify_credential_data_t:
Collaboration graph

Data Fields

char * allow_insecure
 Whether to allow insecure use. More...
 
char * auth_algorithm
 SNMP Authentication algorithm. More...
 
char * certificate
 Certificate. More...
 
char * comment
 Comment. More...
 
char * community
 SNMP Community string. More...
 
char * credential_id
 ID of credential to modify. More...
 
int key
 Whether the command included a key element. More...
 
char * key_phrase
 Passphrase for key. More...
 
char * key_private
 Private key from key. More...
 
char * login
 Login name. More...
 
char * name
 Name. More...
 
char * password
 Password associated with login name. More...
 
char * privacy_algorithm
 SNMP Privacy algorithm. More...
 
char * privacy_password
 SNMP Privacy password. More...
 

Detailed Description

Command data for the modify_credential command.

Definition at line 3323 of file omp.c.

Field Documentation

◆ allow_insecure

char* modify_credential_data_t::allow_insecure

Whether to allow insecure use.

Definition at line 3325 of file omp.c.

◆ auth_algorithm

char* modify_credential_data_t::auth_algorithm

SNMP Authentication algorithm.

Definition at line 3326 of file omp.c.

◆ certificate

char* modify_credential_data_t::certificate

Certificate.

Definition at line 3327 of file omp.c.

◆ comment

char* modify_credential_data_t::comment

Comment.

Definition at line 3328 of file omp.c.

◆ community

char* modify_credential_data_t::community

SNMP Community string.

Definition at line 3329 of file omp.c.

◆ credential_id

char* modify_credential_data_t::credential_id

ID of credential to modify.

Definition at line 3330 of file omp.c.

◆ key

int modify_credential_data_t::key

Whether the command included a key element.

Definition at line 3331 of file omp.c.

◆ key_phrase

char* modify_credential_data_t::key_phrase

Passphrase for key.

Definition at line 3332 of file omp.c.

◆ key_private

char* modify_credential_data_t::key_private

Private key from key.

Definition at line 3333 of file omp.c.

◆ login

char* modify_credential_data_t::login

Login name.

Definition at line 3334 of file omp.c.

◆ name

char* modify_credential_data_t::name

Name.

Definition at line 3335 of file omp.c.

◆ password

char* modify_credential_data_t::password

Password associated with login name.

Definition at line 3336 of file omp.c.

◆ privacy_algorithm

char* modify_credential_data_t::privacy_algorithm

SNMP Privacy algorithm.

Definition at line 3337 of file omp.c.

◆ privacy_password

char* modify_credential_data_t::privacy_password

SNMP Privacy password.

Definition at line 3338 of file omp.c.


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