|
Asterisk - The Open Source Telephony Project GIT-master-80b953f
|
Per-user configuration options. More...
#include <internal.h>

Public Member Functions | |
| SORCERY_OBJECT (details) | |
Data Fields | |
| struct ast_string_field_mgr | __field_mgr |
| struct ast_string_field_pool * | __field_mgr_pool |
| struct ast_acl_list * | acl |
| const ast_string_field | password |
| enum ari_user_password_format | password_format |
| int | read_only |
Per-user configuration options.
Definition at line 85 of file internal.h.
| SORCERY_OBJECT | ( | details | ) |
| struct ast_string_field_mgr __field_mgr |
Definition at line 90 of file internal.h.
| struct ast_string_field_pool* __field_mgr_pool |
User's password.
Definition at line 90 of file internal.h.
| struct ast_acl_list* acl |
ACL setting
Definition at line 96 of file internal.h.
| const ast_string_field password |
Definition at line 90 of file internal.h.
Referenced by ari_conf_validate_user(), and authenticate_api_key().
| enum ari_user_password_format password_format |
Format for the password field
Definition at line 92 of file internal.h.
| int read_only |
If true, user cannot execute change operations
Definition at line 94 of file internal.h.