OpenVAS Libraries
9.0.3
|
Struct holding options for authentication. More...
#include <omp.h>
Data Fields | |
int | timeout |
Timeout for authentication. More... | |
const char * | username |
Password. More... | |
const char * | password |
Username. More... | |
char ** | role |
[out] Role. More... | |
char ** | severity |
[out] Severity class setting. More... | |
char ** | timezone |
[out] Timezone if any, else NULL. More... | |
char ** | pw_warning |
[out] Password warning, NULL if password is okay. More... | |
const char* omp_authenticate_info_opts_t::password |
Username.
Definition at line 47 of file omp.h.
Referenced by omp_authenticate_info_ext(), and omp_authenticate_info_ext_c().
char** omp_authenticate_info_opts_t::pw_warning |
[out] Password warning, NULL if password is okay.
Definition at line 51 of file omp.h.
Referenced by omp_authenticate_info_ext(), and omp_authenticate_info_ext_c().
char** omp_authenticate_info_opts_t::role |
[out] Role.
Definition at line 48 of file omp.h.
Referenced by omp_authenticate_info_ext(), and omp_authenticate_info_ext_c().
char** omp_authenticate_info_opts_t::severity |
[out] Severity class setting.
Definition at line 49 of file omp.h.
Referenced by omp_authenticate_info_ext(), and omp_authenticate_info_ext_c().
int omp_authenticate_info_opts_t::timeout |
Timeout for authentication.
Definition at line 45 of file omp.h.
Referenced by omp_authenticate_info_ext(), and omp_authenticate_info_ext_c().
char** omp_authenticate_info_opts_t::timezone |
[out] Timezone if any, else NULL.
Definition at line 50 of file omp.h.
Referenced by omp_authenticate_info_ext(), and omp_authenticate_info_ext_c().
const char* omp_authenticate_info_opts_t::username |
Password.
Definition at line 46 of file omp.h.
Referenced by omp_authenticate_info_ext(), and omp_authenticate_info_ext_c().