OpenVAS Libraries  9.0.3
omp_authenticate_info_opts_t Struct Reference

Struct holding options for authentication. More...

#include <omp.h>

Collaboration diagram for omp_authenticate_info_opts_t:
Collaboration graph

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...
 

Detailed Description

Struct holding options for authentication.

Definition at line 43 of file omp.h.

Field Documentation

◆ password

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().

◆ pw_warning

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().

◆ role

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().

◆ severity

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().

◆ timeout

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().

◆ timezone

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().

◆ username

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().


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