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

Invalid formatting of request. More...

#include <security_events_defs.h>

Collaboration diagram for ast_security_event_req_bad_format:
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

Invalid formatting of request.

Definition at line 356 of file security_events_defs.h.

Field Documentation

◆ common

Common security event descriptor elements.

Note
Account ID optional

Definition at line 366 of file security_events_defs.h.

Referenced by evt_gen_req_bad_format(), and report_req_bad_format().

◆ request_params

const char* request_params

Request type that was made.

Note
optional

Definition at line 376 of file security_events_defs.h.

◆ request_type

const char* request_type

Request type that was made.

Note
required

Definition at line 371 of file security_events_defs.h.

Referenced by report_req_bad_format().


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