OpenVAS Manager  7.0.3~git
get_credentials_data_t Struct Reference

Command data for the get_credentials command. More...

Collaboration diagram for get_credentials_data_t:
Collaboration graph

Data Fields

char * format
 Format requested: "key", "deb", .... More...
 
get_data_t get
 Get Args. More...
 
int scanners
 Boolean. Whether to return scanners using credential. More...
 
int targets
 Boolean. Whether to return targets using credential. More...
 

Detailed Description

Command data for the get_credentials command.

Definition at line 2523 of file omp.c.

Field Documentation

◆ format

char* get_credentials_data_t::format

Format requested: "key", "deb", ....

Definition at line 2525 of file omp.c.

◆ get

get_data_t get_credentials_data_t::get

Get Args.

Definition at line 2526 of file omp.c.

◆ scanners

int get_credentials_data_t::scanners

Boolean. Whether to return scanners using credential.

Definition at line 2527 of file omp.c.

◆ targets

int get_credentials_data_t::targets

Boolean. Whether to return targets using credential.

Definition at line 2528 of file omp.c.


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