OpenVAS Manager  7.0.3~git
create_group_data_t Struct Reference

Command data for the create_group command. More...

Collaboration diagram for create_group_data_t:
Collaboration graph

Data Fields

char * comment
 Comment. More...
 
char * copy
 UUID of resource to copy. More...
 
char * name
 Name of new group. More...
 
char * users
 Users belonging to new group. More...
 
int special_full
 Boolean. Give group Super on itself. More...
 

Detailed Description

Command data for the create_group command.

Definition at line 1115 of file omp.c.

Field Documentation

◆ comment

char* create_group_data_t::comment

Comment.

Definition at line 1117 of file omp.c.

◆ copy

char* create_group_data_t::copy

UUID of resource to copy.

Definition at line 1118 of file omp.c.

◆ name

char* create_group_data_t::name

Name of new group.

Definition at line 1119 of file omp.c.

◆ special_full

int create_group_data_t::special_full

Boolean. Give group Super on itself.

Definition at line 1121 of file omp.c.

◆ users

char* create_group_data_t::users

Users belonging to new group.

Definition at line 1120 of file omp.c.


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