Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 |
Per-user configuration options.
Definition at line 96 of file internal.h.
char password[ARI_PASSWORD_LEN] |
User's password.
Definition at line 100 of file internal.h.
Referenced by ast_ari_config_init(), ast_ari_config_validate_user(), and authenticate_api_key().
enum ast_ari_password_format password_format |
Format for the password field
Definition at line 102 of file internal.h.
int read_only |
If true, user cannot execute change operations
Definition at line 104 of file internal.h.
Referenced by ast_ari_config_init().
char* username |
Username for authentication
Definition at line 98 of file internal.h.
Referenced by ast_ari_config_validate_user(), authenticate_api_key(), and user_sort_cmp().