OpenVAS Manager  7.0.3~git
modify_task_data_t Struct Reference

Command data for the modify_task command. More...

Collaboration diagram for modify_task_data_t:
Collaboration graph

Data Fields

char * action
 What to do to file: "update" or "remove". More...
 
char * alterable
 Boolean. Whether the task is alterable. More...
 
char * comment
 Comment. More...
 
char * hosts_ordering
 Order for scanning of target hosts. More...
 
char * scanner_id
 ID of new scanner for task. More...
 
char * config_id
 ID of new config for task. More...
 
array_t * alerts
 IDs of new alerts for task. More...
 
char * file
 File to attach to task. More...
 
char * file_name
 Name of file to attach to task. More...
 
array_t * groups
 IDs of new groups for task. More...
 
char * name
 New name for task. More...
 
char * observers
 Space separated list of observer user names. More...
 
name_value_tpreference
 Current preference. More...
 
array_t * preferences
 Preferences. More...
 
char * schedule_id
 ID of new schedule for task. More...
 
char * schedule_periods
 Number of periods the schedule must run for. More...
 
char * target_id
 ID of new target for task. More...
 
char * task_id
 ID of task to modify. More...
 

Detailed Description

Command data for the modify_task command.

Definition at line 3758 of file omp.c.

Field Documentation

◆ action

char* modify_task_data_t::action

What to do to file: "update" or "remove".

Definition at line 3760 of file omp.c.

◆ alerts

array_t* modify_task_data_t::alerts

IDs of new alerts for task.

Definition at line 3766 of file omp.c.

◆ alterable

char* modify_task_data_t::alterable

Boolean. Whether the task is alterable.

Definition at line 3761 of file omp.c.

◆ comment

char* modify_task_data_t::comment

Comment.

Definition at line 3762 of file omp.c.

◆ config_id

char* modify_task_data_t::config_id

ID of new config for task.

Definition at line 3765 of file omp.c.

◆ file

char* modify_task_data_t::file

File to attach to task.

Definition at line 3767 of file omp.c.

◆ file_name

char* modify_task_data_t::file_name

Name of file to attach to task.

Definition at line 3768 of file omp.c.

◆ groups

array_t* modify_task_data_t::groups

IDs of new groups for task.

Definition at line 3769 of file omp.c.

◆ hosts_ordering

char* modify_task_data_t::hosts_ordering

Order for scanning of target hosts.

Definition at line 3763 of file omp.c.

◆ name

char* modify_task_data_t::name

New name for task.

Definition at line 3770 of file omp.c.

◆ observers

char* modify_task_data_t::observers

Space separated list of observer user names.

Definition at line 3771 of file omp.c.

◆ preference

name_value_t* modify_task_data_t::preference

Current preference.

Definition at line 3772 of file omp.c.

◆ preferences

array_t* modify_task_data_t::preferences

Preferences.

Definition at line 3773 of file omp.c.

◆ scanner_id

char* modify_task_data_t::scanner_id

ID of new scanner for task.

Definition at line 3764 of file omp.c.

◆ schedule_id

char* modify_task_data_t::schedule_id

ID of new schedule for task.

Definition at line 3774 of file omp.c.

◆ schedule_periods

char* modify_task_data_t::schedule_periods

Number of periods the schedule must run for.

Definition at line 3775 of file omp.c.

◆ target_id

char* modify_task_data_t::target_id

ID of new target for task.

Definition at line 3776 of file omp.c.

◆ task_id

char* modify_task_data_t::task_id

ID of task to modify.

Definition at line 3777 of file omp.c.


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