OpenVAS Manager  7.0.3~git
modify_role_data_t Struct Reference

Command data for the modify_role command. More...

Collaboration diagram for modify_role_data_t:
Collaboration graph

Data Fields

char * comment
 Comment. More...
 
char * name
 Name of role. More...
 
char * role_id
 Role UUID. More...
 
char * users
 Users for role. More...
 

Detailed Description

Command data for the modify_role command.

Definition at line 3537 of file omp.c.

Field Documentation

◆ comment

char* modify_role_data_t::comment

Comment.

Definition at line 3539 of file omp.c.

◆ name

char* modify_role_data_t::name

Name of role.

Definition at line 3540 of file omp.c.

◆ role_id

char* modify_role_data_t::role_id

Role UUID.

Definition at line 3541 of file omp.c.

◆ users

char* modify_role_data_t::users

Users for role.

Definition at line 3542 of file omp.c.


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