|
Greenbone Vulnerability Management Libraries 22.32.0
|
Struct holding options for authentication. More...
#include <gmp.h>

Data Fields | |
| int | timeout |
| Timeout for authentication. | |
| const char * | username |
| Password. | |
| const char * | password |
| Username. | |
| char ** | role |
| [out] Role. | |
| char ** | timezone |
| [out] Timezone if any, else NULL. | |
| char ** | pw_warning |
| [out] Password warning, NULL if password is okay. | |
| const char* gmp_authenticate_info_opts_t::password |
Username.
Definition at line 30 of file gmp.h.
Referenced by gmp_authenticate_info_ext(), and gmp_authenticate_info_ext_c().
| char** gmp_authenticate_info_opts_t::pw_warning |
[out] Password warning, NULL if password is okay.
Definition at line 33 of file gmp.h.
Referenced by gmp_authenticate_info_ext(), and gmp_authenticate_info_ext_c().
| char** gmp_authenticate_info_opts_t::role |
[out] Role.
Definition at line 31 of file gmp.h.
Referenced by gmp_authenticate_info_ext(), and gmp_authenticate_info_ext_c().
| int gmp_authenticate_info_opts_t::timeout |
Timeout for authentication.
Definition at line 28 of file gmp.h.
Referenced by gmp_authenticate_info_ext(), and gmp_authenticate_info_ext_c().
| char** gmp_authenticate_info_opts_t::timezone |
[out] Timezone if any, else NULL.
Definition at line 32 of file gmp.h.
Referenced by gmp_authenticate_info_ext(), and gmp_authenticate_info_ext_c().
| const char* gmp_authenticate_info_opts_t::username |
Password.
Definition at line 29 of file gmp.h.
Referenced by gmp_authenticate_info_ext(), and gmp_authenticate_info_ext_c().