Asterisk - The Open Source Telephony Project GIT-master-7921072
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 ast_ari_config_init(), ast_ari_config_validate_user(), and authenticate_api_key().

◆ password_format

enum ast_ari_password_format password_format

Format for the password field

Definition at line 102 of file internal.h.

◆ 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().

◆ username

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().


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