OpenVAS Manager  7.0.3~git
create_credential_data_t Struct Reference

Command data for the create_credential command. More...

Collaboration diagram for create_credential_data_t:
Collaboration graph

Data Fields

char * allow_insecure
 Whether to allow insecure use. More...
 
char * certificate
 Certificate for client certificate auth. More...
 
char * comment
 Comment. More...
 
char * copy
 UUID of resource to copy. 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
 Credential name. More...
 
char * password
 Password associated with login name. More...
 
char * community
 SNMP Community string. More...
 
char * auth_algorithm
 SNMP Authentication algorithm. More...
 
char * privacy_password
 SNMP Privacy password. More...
 
char * privacy_algorithm
 SNMP Privacy algorithm. More...
 
char * type
 Type of credential. More...
 

Detailed Description

Command data for the create_credential command.

Definition at line 1036 of file omp.c.

Field Documentation

◆ allow_insecure

char* create_credential_data_t::allow_insecure

Whether to allow insecure use.

Definition at line 1038 of file omp.c.

◆ auth_algorithm

char* create_credential_data_t::auth_algorithm

SNMP Authentication algorithm.

Definition at line 1049 of file omp.c.

◆ certificate

char* create_credential_data_t::certificate

Certificate for client certificate auth.

Definition at line 1039 of file omp.c.

◆ comment

char* create_credential_data_t::comment

Comment.

Definition at line 1040 of file omp.c.

◆ community

char* create_credential_data_t::community

SNMP Community string.

Definition at line 1048 of file omp.c.

◆ copy

char* create_credential_data_t::copy

UUID of resource to copy.

Definition at line 1041 of file omp.c.

◆ key

int create_credential_data_t::key

Whether the command included a key element.

Definition at line 1042 of file omp.c.

◆ key_phrase

char* create_credential_data_t::key_phrase

Passphrase for key.

Definition at line 1043 of file omp.c.

◆ key_private

char* create_credential_data_t::key_private

Private key from key.

Definition at line 1044 of file omp.c.

◆ login

char* create_credential_data_t::login

Login name.

Definition at line 1045 of file omp.c.

◆ name

char* create_credential_data_t::name

Credential name.

Definition at line 1046 of file omp.c.

◆ password

char* create_credential_data_t::password

Password associated with login name.

Definition at line 1047 of file omp.c.

◆ privacy_algorithm

char* create_credential_data_t::privacy_algorithm

SNMP Privacy algorithm.

Definition at line 1051 of file omp.c.

◆ privacy_password

char* create_credential_data_t::privacy_password

SNMP Privacy password.

Definition at line 1050 of file omp.c.

◆ type

char* create_credential_data_t::type

Type of credential.

Definition at line 1052 of file omp.c.


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