Greenbone Security Assistant  7.0.0
validator_rule Struct Reference

A validator rule. More...

#include <validator.h>

Collaboration diagram for validator_rule:
Collaboration graph

Data Fields

gchar * alias_for
 Name of the rule for which this is an alias. More...
 
gchar * regex
 Regular expression. More...
 

Detailed Description

A validator rule.

Definition at line 45 of file validator.h.

Field Documentation

gchar* validator_rule::alias_for

Name of the rule for which this is an alias.

Definition at line 47 of file validator.h.

Referenced by openvas_validator_alias(), openvas_validator_alias_for(), openvas_validator_rule_free(), and openvas_validator_rule_new().

gchar* validator_rule::regex

Regular expression.

Definition at line 48 of file validator.h.

Referenced by openvas_validate(), openvas_validator_alias(), openvas_validator_rule_free(), and openvas_validator_rule_new().


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