Asterisk - The Open Source Telephony Project GIT-master-8b8a8c1
|
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 |
const ast_string_field | password |
enum ari_user_password_format | password_format |
int | read_only |
Per-user configuration options.
Definition at line 84 of file internal.h.
SORCERY_OBJECT | ( | details | ) |
struct ast_string_field_mgr __field_mgr |
Definition at line 89 of file internal.h.
struct ast_string_field_pool* __field_mgr_pool |
User's password.
Definition at line 89 of file internal.h.
const ast_string_field password |
Definition at line 89 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 91 of file internal.h.
int read_only |
If true, user cannot execute change operations
Definition at line 93 of file internal.h.