Parse.Cloud. TriggerRequest

Properties
NameTypeDescription
installationIdString

If set, the installationId triggering the request.

masterBoolean

If true, means the master key was used.

isChallengeBoolean

If true, means the current request is originally triggered by an auth challenge.

userParse.User

If set, the user that made the request.

objectParse.Object

The object triggering the hook.

ipString

The IP address of the client making the request. To ensure retrieving the correct IP address, set the Parse Server option trustProxy: true if Parse Server runs behind a proxy server, for example behind a load balancer.

headersObject

The original HTTP headers for the request.

triggerNameString

The name of the trigger (beforeSave, afterSave, ...)

logObject

The current logger inside Parse Server.

originalParse.Object

If set, the object, as currently stored.