|
OpenVAS Libraries
8.0.8
|
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... | |
Struct holding options for authentication.
| const char* omp_authenticate_info_opts_t::password |
Username.
| char** omp_authenticate_info_opts_t::pw_warning |
[out] Password warning, NULL if password is okay.
| char** omp_authenticate_info_opts_t::role |
[out] Role.
| char** omp_authenticate_info_opts_t::severity |
[out] Severity class setting.
| int omp_authenticate_info_opts_t::timeout |
Timeout for authentication.
| char** omp_authenticate_info_opts_t::timezone |
[out] Timezone if any, else NULL.
| const char* omp_authenticate_info_opts_t::username |
Password.
1.8.11