Greenbone Vulnerability Management Libraries  11.0.1
gmp_create_task_opts_t Struct Reference

Struct holding options for gmp create_task command. More...

#include <gmp.h>

Collaboration diagram for gmp_create_task_opts_t:
Collaboration graph

Data Fields

array_talert_ids
 Array of alert IDs. More...
 
const char * config_id
 ID of config. More...
 
const char * scanner_id
 ID of task scanner. More...
 
const char * schedule_id
 ID of task schedule. More...
 
const char * slave_id
 ID of task schedule. More...
 
const char * target_id
 ID of target. More...
 
const char * name
 Name of task. More...
 
const char * comment
 Comment on task. More...
 
const char * hosts_ordering
 Order for scanning target hosts. More...
 
const char * observers
 Comma-separated string of observer users. More...
 
array_tobserver_groups
 IDs of observer groups. More...
 
int schedule_periods
 Number of periods the schedule must run for. More...
 
const char * in_assets
 In assets preference. More...
 
const char * max_hosts
 Max hosts preference. More...
 
const char * max_checks
 Max checks preference. More...
 
const char * source_iface
 Source iface preference. More...
 
int alterable
 Whether the task is alterable. More...
 

Detailed Description

Struct holding options for gmp create_task command.

Definition at line 175 of file gmp.h.

Field Documentation

◆ alert_ids

array_t* gmp_create_task_opts_t::alert_ids

Array of alert IDs.

Definition at line 177 of file gmp.h.

Referenced by gmp_create_task_ext().

◆ alterable

int gmp_create_task_opts_t::alterable

Whether the task is alterable.

Definition at line 195 of file gmp.h.

Referenced by gmp_create_task_ext().

◆ comment

const char* gmp_create_task_opts_t::comment

Comment on task.

Definition at line 184 of file gmp.h.

Referenced by gmp_create_task_ext().

◆ config_id

const char* gmp_create_task_opts_t::config_id

ID of config.

Definition at line 178 of file gmp.h.

Referenced by gmp_create_task_ext().

◆ hosts_ordering

const char* gmp_create_task_opts_t::hosts_ordering

Order for scanning target hosts.

Definition at line 185 of file gmp.h.

Referenced by gmp_create_task_ext().

◆ in_assets

const char* gmp_create_task_opts_t::in_assets

In assets preference.

Definition at line 190 of file gmp.h.

Referenced by gmp_create_task_ext().

◆ max_checks

const char* gmp_create_task_opts_t::max_checks

Max checks preference.

Definition at line 192 of file gmp.h.

Referenced by gmp_create_task_ext().

◆ max_hosts

const char* gmp_create_task_opts_t::max_hosts

Max hosts preference.

Definition at line 191 of file gmp.h.

Referenced by gmp_create_task_ext().

◆ name

const char* gmp_create_task_opts_t::name

Name of task.

Definition at line 183 of file gmp.h.

Referenced by gmp_create_task_ext().

◆ observer_groups

array_t* gmp_create_task_opts_t::observer_groups

IDs of observer groups.

Definition at line 187 of file gmp.h.

Referenced by gmp_create_task_ext().

◆ observers

const char* gmp_create_task_opts_t::observers

Comma-separated string of observer users.

Definition at line 186 of file gmp.h.

Referenced by gmp_create_task_ext().

◆ scanner_id

const char* gmp_create_task_opts_t::scanner_id

ID of task scanner.

Definition at line 179 of file gmp.h.

Referenced by gmp_create_task_ext().

◆ schedule_id

const char* gmp_create_task_opts_t::schedule_id

ID of task schedule.

Definition at line 180 of file gmp.h.

Referenced by gmp_create_task_ext().

◆ schedule_periods

int gmp_create_task_opts_t::schedule_periods

Number of periods the schedule must run for.

Definition at line 188 of file gmp.h.

Referenced by gmp_create_task_ext().

◆ slave_id

const char* gmp_create_task_opts_t::slave_id

ID of task schedule.

Definition at line 181 of file gmp.h.

Referenced by gmp_create_task_ext().

◆ source_iface

const char* gmp_create_task_opts_t::source_iface

Source iface preference.

Definition at line 193 of file gmp.h.

Referenced by gmp_create_task_ext().

◆ target_id

const char* gmp_create_task_opts_t::target_id

ID of target.

Definition at line 182 of file gmp.h.

Referenced by gmp_create_task_ext().


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