OpenVAS Manager  7.0.3~git
create_role_data_t Struct Reference

Command data for the create_role command. More...

Collaboration diagram for create_role_data_t:
Collaboration graph

Data Fields

char * comment
 Comment. More...
 
char * copy
 UUID of resource to copy. More...
 
char * name
 Name of new role. More...
 
char * users
 Users belonging to new role. More...
 

Detailed Description

Command data for the create_role command.

Definition at line 1528 of file omp.c.

Field Documentation

◆ comment

char* create_role_data_t::comment

Comment.

Definition at line 1530 of file omp.c.

◆ copy

char* create_role_data_t::copy

UUID of resource to copy.

Definition at line 1531 of file omp.c.

◆ name

char* create_role_data_t::name

Name of new role.

Definition at line 1532 of file omp.c.

◆ users

char* create_role_data_t::users

Users belonging to new role.

Definition at line 1533 of file omp.c.


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