Greenbone Vulnerability Management Libraries  11.0.1
osp_credential Struct Reference

Struct credential information for OSP. More...

Collaboration diagram for osp_credential:
Collaboration graph

Data Fields

gchar * type
 
gchar * service
 
gchar * port
 
GHashTable * auth_data
 

Detailed Description

Struct credential information for OSP.

Definition at line 73 of file osp.c.

Field Documentation

◆ auth_data

GHashTable* osp_credential::auth_data

Authentication data (username, password, etc.)

Definition at line 78 of file osp.c.

Referenced by credential_append_as_xml(), osp_credential_free(), osp_credential_get_auth_data(), osp_credential_new(), and osp_credential_set_auth_data().

◆ port

gchar* osp_credential::port

Port the credential is for

Definition at line 77 of file osp.c.

Referenced by credential_append_as_xml(), osp_credential_free(), and osp_credential_new().

◆ service

gchar* osp_credential::service

Service the credential is for

Definition at line 76 of file osp.c.

Referenced by credential_append_as_xml(), osp_credential_free(), and osp_credential_new().

◆ type

gchar* osp_credential::type

Credential type

Definition at line 75 of file osp.c.

Referenced by credential_append_as_xml(), osp_credential_free(), and osp_credential_new().


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