Greenbone Vulnerability Management Libraries
11.0.0
|
Struct holding options for authentication. More...
#include <gmp.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* gmp_authenticate_info_opts_t::password |
Username.
Definition at line 44 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 48 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 45 of file gmp.h.
Referenced by gmp_authenticate_info_ext(), and gmp_authenticate_info_ext_c().
char** gmp_authenticate_info_opts_t::severity |
[out] Severity class setting.
Definition at line 46 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 42 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 47 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 43 of file gmp.h.
Referenced by gmp_authenticate_info_ext(), and gmp_authenticate_info_ext_c().