Greenbone Vulnerability Management Libraries  11.0.0
credentials_t Struct Reference

A username password pair. More...

#include <credentials.h>

Collaboration diagram for credentials_t:
Collaboration graph

Data Fields

gchar * username
 Login name of user. More...
 
gchar * password
 Password of user. More...
 
gchar * uuid
 UUID of user. More...
 
gchar * timezone
 Timezone of user. More...
 
double default_severity
 Default Severity setting of user. More...
 
gchar * severity_class
 Severity Class setting of user. More...
 
int dynamic_severity
 Dynamic Severity setting of user. More...
 
gchar * role
 Role of user. More...
 

Detailed Description

A username password pair.

Definition at line 33 of file credentials.h.

Field Documentation

◆ default_severity

double credentials_t::default_severity

Default Severity setting of user.

Definition at line 43 of file credentials.h.

◆ dynamic_severity

int credentials_t::dynamic_severity

Dynamic Severity setting of user.

Definition at line 47 of file credentials.h.

◆ password

gchar* credentials_t::password

Password of user.

Definition at line 37 of file credentials.h.

Referenced by append_to_credentials_password(), and free_credentials().

◆ role

gchar* credentials_t::role

Role of user.

Definition at line 49 of file credentials.h.

Referenced by free_credentials().

◆ severity_class

gchar* credentials_t::severity_class

Severity Class setting of user.

Definition at line 45 of file credentials.h.

Referenced by free_credentials().

◆ timezone

gchar* credentials_t::timezone

Timezone of user.

Definition at line 41 of file credentials.h.

Referenced by free_credentials().

◆ username

gchar* credentials_t::username

Login name of user.

Definition at line 35 of file credentials.h.

Referenced by append_to_credentials_username(), and free_credentials().

◆ uuid

gchar* credentials_t::uuid

UUID of user.

Definition at line 39 of file credentials.h.

Referenced by free_credentials().


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