OpenVAS Manager  7.0.3~git
create_tag_data_t Struct Reference

Command data for the create_tag command. More...

Collaboration diagram for create_tag_data_t:
Collaboration graph

Data Fields

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...
 
char * copy
 UUID of resource to copy. More...
 

Detailed Description

Command data for the create_tag command.

Definition at line 1696 of file omp.c.

Field Documentation

◆ active

char* create_tag_data_t::active

Whether the tag is active.

Definition at line 1698 of file omp.c.

◆ comment

char* create_tag_data_t::comment

Comment to add to the tag.

Definition at line 1701 of file omp.c.

◆ copy

char* create_tag_data_t::copy

UUID of resource to copy.

Definition at line 1704 of file omp.c.

◆ name

char* create_tag_data_t::name

Name of the tag.

Definition at line 1702 of file omp.c.

◆ resource_id

char* create_tag_data_t::resource_id

ID of the resource to which to attach the tag.

Definition at line 1699 of file omp.c.

◆ resource_type

char* create_tag_data_t::resource_type

Type of the resource to which to attach the tag.

Definition at line 1700 of file omp.c.

◆ value

char* create_tag_data_t::value

Value of the tag.

Definition at line 1703 of file omp.c.


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