OpenVAS Libraries  8.0.3
Data Fields
omp_authenticate_info_opts_t Struct Reference

Struct holding options for authentication. More...

#include <omp.h>

Data Fields

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.

Field Documentation

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.

char** omp_authenticate_info_opts_t::timezone

[out] Timezone if any, else NULL.

const char* omp_authenticate_info_opts_t::username

Password.


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