43 g_free (credentials->
uuid);
45 g_free (credentials->
role);
47 memset (credentials,
'\0',
sizeof (*credentials));
gchar * role
Role of user.
void append_to_credentials_password(credentials_t *credentials, const char *text, gsize length)
Append text to the password of a credential pair.
void free_credentials(credentials_t *credentials)
Free credentials.
gchar * username
Login name of user.
A username password pair.
void gvm_append_text(gchar **var, const gchar *string, gsize length)
Append a string of a known length to a string variable.
gchar * severity_class
Severity Class setting of user.
gchar * uuid
UUID of user.
gchar * timezone
Timezone of user.
gchar * password
Password of user.
Credential pairs and triples.
void append_to_credentials_username(credentials_t *credentials, const char *text, gsize length)
Append text to the username of a credential pair.