Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
usergroup_cli_perm Struct Reference

list of users to apply restrictions. More...

Collaboration diagram for usergroup_cli_perm:
Collaboration graph
[legend]

Data Fields

int gid
 
struct {
   struct usergroup_cli_perm *   next
 
list
 
struct cli_perm_headperms
 
int uid
 

Detailed Description

list of users to apply restrictions.

Definition at line 78 of file main/cli.c.

Field Documentation

◆ gid

int gid

Group ID (-1 disabled)

Definition at line 80 of file main/cli.c.

Referenced by ast_cli_perms_init(), cli_has_permissions(), and handle_cli_show_permissions().

◆ list

struct { ... } list

List mechanics

◆ next

struct usergroup_cli_perm* next

Definition at line 82 of file main/cli.c.

◆ perms

struct cli_perm_head* perms

List of permissions.

Definition at line 81 of file main/cli.c.

Referenced by ast_cli_perms_init(), cli_has_permissions(), destroy_user_perms(), and handle_cli_show_permissions().

◆ uid

int uid

User ID (-1 disabled)

Definition at line 79 of file main/cli.c.

Referenced by ast_cli_perms_init(), cli_has_permissions(), and handle_cli_show_permissions().


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