Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
ast_security_event_req_not_allowed Struct Reference

Request denied because it's not allowed. More...

#include <security_events_defs.h>

Collaboration diagram for ast_security_event_req_not_allowed:
Collaboration graph
[legend]

Data Fields

struct ast_security_event_common common
 Common security event descriptor elements. More...
 
const char * request_params
 Request type that was made. More...
 
const char * request_type
 Request type that was made. More...
 

Detailed Description

Request denied because it's not allowed.

Definition at line 309 of file security_events_defs.h.

Field Documentation

◆ common

Common security event descriptor elements.

Note
Account ID required

Definition at line 319 of file security_events_defs.h.

Referenced by evt_gen_req_not_allowed(), and report_req_not_allowed().

◆ request_params

const char* request_params

Request type that was made.

Note
optional

Definition at line 329 of file security_events_defs.h.

◆ request_type

const char* request_type

Request type that was made.

Note
required

Definition at line 324 of file security_events_defs.h.

Referenced by report_req_bad_format(), and report_req_not_allowed().


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