Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_security_event_successful_auth Struct Reference

Successful authentication. More...

#include <security_events_defs.h>

Collaboration diagram for ast_security_event_successful_auth:
Collaboration graph
[legend]

Data Fields

struct ast_security_event_common common
 Common security event descriptor elements. More...
 
uint32_t using_password
 Using password - if a password was used or not. More...
 

Detailed Description

Successful authentication.

Definition at line 382 of file security_events_defs.h.

Field Documentation

◆ common

Common security event descriptor elements.

Note
Account ID required

Definition at line 392 of file security_events_defs.h.

Referenced by ast_sip_report_auth_success(), evt_gen_successful_auth(), report_auth_success(), and sip_report_auth_success().

◆ using_password

uint32_t using_password

Using password - if a password was used or not.

Note
required, 0 = no, 1 = yes

Definition at line 397 of file security_events_defs.h.

Referenced by sip_report_auth_success().


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