OpenVAS Libraries  7.0.4
Data Fields
omp_get_report_opts_t Struct Reference

Struct holding options for omp get_report command. More...

#include <omp.h>

Data Fields

const char * sort_field
 
const char * sort_order
 
const char * format_id
 ID of required report format. More...
 
const char * levels
 Result levels to include. More...
 
const char * report_id
 ID of single report to get. More...
 
int first_result
 First result to get. More...
 
int autofp
 Whether to trust vendor security updates. 0 No, 1 full match, 2 partial. More...
 
int overrides
 Whether to include overrides in the report. More...
 
int override_details
 If overrides, whether to include details. More...
 
int apply_overrides
 Whether overrides are applied. More...
 
int result_hosts_only
 Whether to include only hosts that have results. More...
 

Detailed Description

Struct holding options for omp get_report command.

FIXME: This SHOULD contain all valid options from the OMP spec.

Field Documentation

int omp_get_report_opts_t::apply_overrides

Whether overrides are applied.

int omp_get_report_opts_t::autofp

Whether to trust vendor security updates. 0 No, 1 full match, 2 partial.

int omp_get_report_opts_t::first_result

First result to get.

const char* omp_get_report_opts_t::format_id

ID of required report format.

const char* omp_get_report_opts_t::levels

Result levels to include.

int omp_get_report_opts_t::override_details

If overrides, whether to include details.

int omp_get_report_opts_t::overrides

Whether to include overrides in the report.

const char* omp_get_report_opts_t::report_id

ID of single report to get.

int omp_get_report_opts_t::result_hosts_only

Whether to include only hosts that have results.

const char* omp_get_report_opts_t::sort_field
const char* omp_get_report_opts_t::sort_order

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