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

Per-user configuration options. More...

#include <internal.h>

Data Fields

char password [ARI_PASSWORD_LEN]
 
enum ast_ari_password_format password_format
 
int read_only
 
char * username
 

Detailed Description

Per-user configuration options.

Definition at line 96 of file internal.h.

Field Documentation

◆ password

char password[ARI_PASSWORD_LEN]

User's password.

Definition at line 100 of file internal.h.

Referenced by validate_user_cb().

◆ password_format

enum ast_ari_password_format password_format

Format for the password field

Definition at line 102 of file internal.h.

Referenced by password_format_handler().

◆ read_only

int read_only

If true, user cannot execute change operations

Definition at line 104 of file internal.h.

Referenced by ast_ari_config_init(), and show_users_cb().

◆ username

char* username

Username for authentication

Definition at line 98 of file internal.h.

Referenced by authenticate_api_key(), show_users_cb(), user_dtor(), user_sort_cmp(), and validate_user_cb().


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