OpenVAS Manager  7.0.3~git
create_task_data_t Struct Reference

Command data for the create_task command. More...

Collaboration diagram for create_task_data_t:
Collaboration graph

Data Fields

char * alterable
 Boolean. Whether task is alterable. More...
 
char * config_id
 ID of task config. More...
 
char * hosts_ordering
 Order for scanning target hosts. More...
 
char * scanner_id
 ID of task scanner. More...
 
array_t * alerts
 IDs of alerts. More...
 
char * copy
 UUID of resource to copy. More...
 
array_t * groups
 IDs of groups. More...
 
char * observers
 Space separated names of observer users. More...
 
name_value_tpreference
 Current preference. More...
 
array_t * preferences
 Preferences. More...
 
char * schedule_id
 ID of task schedule. More...
 
char * schedule_periods
 Number of periods the schedule must run for. More...
 
char * target_id
 ID of task target. More...
 
task_t task
 ID of new task. More...
 

Detailed Description

Command data for the create_task command.

Definition at line 1728 of file omp.c.

Field Documentation

◆ alerts

array_t* create_task_data_t::alerts

IDs of alerts.

Definition at line 1734 of file omp.c.

◆ alterable

char* create_task_data_t::alterable

Boolean. Whether task is alterable.

Definition at line 1730 of file omp.c.

◆ config_id

char* create_task_data_t::config_id

ID of task config.

Definition at line 1731 of file omp.c.

◆ copy

char* create_task_data_t::copy

UUID of resource to copy.

Definition at line 1735 of file omp.c.

◆ groups

array_t* create_task_data_t::groups

IDs of groups.

Definition at line 1736 of file omp.c.

◆ hosts_ordering

char* create_task_data_t::hosts_ordering

Order for scanning target hosts.

Definition at line 1732 of file omp.c.

◆ observers

char* create_task_data_t::observers

Space separated names of observer users.

Definition at line 1737 of file omp.c.

◆ preference

name_value_t* create_task_data_t::preference

Current preference.

Definition at line 1738 of file omp.c.

◆ preferences

array_t* create_task_data_t::preferences

Preferences.

Definition at line 1739 of file omp.c.

◆ scanner_id

char* create_task_data_t::scanner_id

ID of task scanner.

Definition at line 1733 of file omp.c.

◆ schedule_id

char* create_task_data_t::schedule_id

ID of task schedule.

Definition at line 1740 of file omp.c.

◆ schedule_periods

char* create_task_data_t::schedule_periods

Number of periods the schedule must run for.

Definition at line 1741 of file omp.c.

◆ target_id

char* create_task_data_t::target_id

ID of task target.

Definition at line 1742 of file omp.c.

◆ task

task_t create_task_data_t::task

ID of new task.

Definition at line 1743 of file omp.c.


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