Newer Version Available
Event Class
Contains event information that the PolicyCondition.evaluate method uses to evaluate a transaction security
policy.
Namespace
Usage
The Event class contains the information needed to determine if the event triggers a Transaction Security policy. Not all class attributes are used for every type of event.
Event Properties
The following are properties for Event.
action
Specifies the action being taken on the resource for an Entity event.
For example, a Login IP resource for an Entity event could have an action of create. The
action attribute is not used by any other event
type.
Signature
public String action {get; set;}
Property Value
Type: String
entityId
The ID of any entity associated with the event. For example, the
entityId of a DataExport event for an Account object
contains the Account ID.
Signature
public String entityId {get; set;}
Property Value
Type: String
resourceType
The type of resource for the event. For example, an AccessResource
event could have a Connected Application as a resource type. Not all event types have
resources.
Signature
public String resourceType {get; set;}
Property Value
Type: String