IclFieldsWithEvent
extends IclFields
in package
Holds the event to pass to the Tenant Security Proxy for logging purposes.
Table of Contents
- $dataLabel : string
- $event : string
- $objectId : string
- $requestId : string
- $requestingId : string
- $sourceIp : string
- __construct() : mixed
Properties
$dataLabel
public
string
$dataLabel
(Optional) Classification of data being processed
$event
public
string
$event
Security event to log when calling logSecurityEvent
$objectId
public
string
$objectId
(Optional) ID of the object/document being acted on in the host system
$requestId
public
string
$requestId
(Optional) Unique ID that ties application request ID to Tenant Security Proxy logs
$requestingId
public
string
$requestingId
(Required) Unique ID of user/service that is processing data
$sourceIp
public
string
$sourceIp
(Optional) IP address of the initiator of this document request
Methods
__construct()
public
__construct(IclFields $iclFields, SecurityEvent $event) : mixed
Parameters
- $iclFields : IclFields
- $event : SecurityEvent