OpenVAS Manager  7.0.3~git
modify_user_data_t Struct Reference

Command data for the modify_user command. More...

Collaboration diagram for modify_user_data_t:
Collaboration graph

Data Fields

array_t * groups
 IDs of groups. More...
 
int sort_order
 
gchar * hosts
 
int hosts_allow
 
char * ifaces
 
int ifaces_allow
 
gboolean modify_password
 
gchar * name
 
gchar * new_name
 
gchar * password
 
array_t * roles
 IDs of roles. More...
 
array_t * sources
 
gchar * current_source
 
gchar * user_id
 

Detailed Description

Command data for the modify_user command.

Definition at line 3908 of file omp.c.

Field Documentation

◆ current_source

gchar* modify_user_data_t::current_source

Definition at line 3922 of file omp.c.

◆ groups

array_t* modify_user_data_t::groups

IDs of groups.

Definition at line 3910 of file omp.c.

◆ hosts

gchar* modify_user_data_t::hosts

Definition at line 3912 of file omp.c.

◆ hosts_allow

int modify_user_data_t::hosts_allow

Definition at line 3913 of file omp.c.

◆ ifaces

char* modify_user_data_t::ifaces

Definition at line 3914 of file omp.c.

◆ ifaces_allow

int modify_user_data_t::ifaces_allow

Definition at line 3915 of file omp.c.

◆ modify_password

gboolean modify_user_data_t::modify_password

Definition at line 3916 of file omp.c.

◆ name

gchar* modify_user_data_t::name

Definition at line 3917 of file omp.c.

◆ new_name

gchar* modify_user_data_t::new_name

Definition at line 3918 of file omp.c.

◆ password

gchar* modify_user_data_t::password

Definition at line 3919 of file omp.c.

◆ roles

array_t* modify_user_data_t::roles

IDs of roles.

Definition at line 3920 of file omp.c.

◆ sort_order

int modify_user_data_t::sort_order

Definition at line 3911 of file omp.c.

◆ sources

array_t* modify_user_data_t::sources

Definition at line 3921 of file omp.c.

◆ user_id

gchar* modify_user_data_t::user_id

Definition at line 3923 of file omp.c.


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