LogSecurityEventRequest
extends IronCoreRequest
in package
Request to the Tenant Security Proxy's security event logging endpoint
Table of Contents
- $event : SecurityEvent
- $metadata : EventMetadata
- __construct() : mixed
- getJsonData() : string
- Gets the JSON-encoded form of the request payload.
- getPostData() : array<string|int, mixed>
- Method to get the request data as an associative array.
Properties
$event
private
SecurityEvent
$event
$metadata
private
EventMetadata
$metadata
Methods
__construct()
public
__construct(EventMetadata $metadata, SecurityEvent $event) : mixed
Parameters
- $metadata : EventMetadata
-
Metadata about the security event that occurred
- $event : SecurityEvent
-
The security event that occurred
Return values
mixed —getJsonData()
Gets the JSON-encoded form of the request payload.
public
final getJsonData() : string
Return values
string —JSON-encoded form of the request payload
getPostData()
Method to get the request data as an associative array.
public
getPostData() : array<string|int, mixed>
Return values
array<string|int, mixed> —Associative array containing all of the object's fields