Asterisk - The Open Source Telephony Project GIT-master-8b8a8c1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
Public Member Functions | Data Fields
ari_conf_user Struct Reference

Per-user configuration options. More...

#include <internal.h>

Collaboration diagram for ari_conf_user:
Collaboration graph
[legend]

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
 

Detailed Description

Per-user configuration options.

Definition at line 84 of file internal.h.

Member Function Documentation

◆ SORCERY_OBJECT()

SORCERY_OBJECT ( details  )

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 89 of file internal.h.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

User's password.

Definition at line 89 of file internal.h.

◆ password

const ast_string_field password

Definition at line 89 of file internal.h.

Referenced by ari_conf_validate_user(), and authenticate_api_key().

◆ password_format

enum ari_user_password_format password_format

Format for the password field

Definition at line 91 of file internal.h.

◆ read_only

int read_only

If true, user cannot execute change operations

Definition at line 93 of file internal.h.


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