OpenVAS Manager  7.0.3~git
modify_tag_data_t Struct Reference

Command data for the modify_tag command. More...

Collaboration diagram for modify_tag_data_t:
Collaboration graph

Data Fields

char * tag_id
 UUID of the tag. More...
 
char * active
 Whether the tag is active. More...
 
char * resource_id
 ID of the resource to which to attach the tag. More...
 
char * resource_type
 Type of the resource to which to attach the tag. More...
 
char * comment
 Comment to add to the tag. More...
 
char * name
 Name of the tag. More...
 
char * value
 Value of the tag. More...
 
int resource_count
 Number of attach tags. More...
 

Detailed Description

Command data for the modify_tag command.

Definition at line 3644 of file omp.c.

Field Documentation

◆ active

char* modify_tag_data_t::active

Whether the tag is active.

Definition at line 3647 of file omp.c.

◆ comment

char* modify_tag_data_t::comment

Comment to add to the tag.

Definition at line 3650 of file omp.c.

◆ name

char* modify_tag_data_t::name

Name of the tag.

Definition at line 3651 of file omp.c.

◆ resource_count

int modify_tag_data_t::resource_count

Number of attach tags.

Definition at line 3653 of file omp.c.

◆ resource_id

char* modify_tag_data_t::resource_id

ID of the resource to which to attach the tag.

Definition at line 3648 of file omp.c.

◆ resource_type

char* modify_tag_data_t::resource_type

Type of the resource to which to attach the tag.

Definition at line 3649 of file omp.c.

◆ tag_id

char* modify_tag_data_t::tag_id

UUID of the tag.

Definition at line 3646 of file omp.c.

◆ value

char* modify_tag_data_t::value

Value of the tag.

Definition at line 3652 of file omp.c.


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