|
Greenbone Vulnerability Management Libraries 22.32.0
|
Struct credential information for OSP. More...

Data Fields | |
| gchar * | type |
| gchar * | service |
| gchar * | port |
| GHashTable * | auth_data |
| GHashTable* osp_credential::auth_data |
Authentication data (username, password, etc.)
Definition at line 64 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().
| gchar* osp_credential::port |
Port the credential is for
Definition at line 63 of file osp.c.
Referenced by credential_append_as_xml(), osp_credential_free(), and osp_credential_new().
| gchar* osp_credential::service |
Service the credential is for
Definition at line 62 of file osp.c.
Referenced by credential_append_as_xml(), osp_credential_free(), and osp_credential_new().
| gchar* osp_credential::type |
Credential type
Definition at line 61 of file osp.c.
Referenced by credential_append_as_xml(), osp_credential_free(), and osp_credential_new().