Properties
Name | Type | Description |
---|---|---|
installationId | String | If set, the installationId triggering the request. |
master | Boolean | If true, means the master key was used. |
isChallenge | Boolean | If true, means the current request is originally triggered by an auth challenge. |
user | Parse. | If set, the user that made the request. |
object | Parse. | The object triggering the hook. |
ip | String | The IP address of the client making the request. To ensure retrieving the correct IP address, set the Parse Server option |
headers | Object | The original HTTP headers for the request. |
triggerName | String | The name of the trigger ( |
log | Object | The current logger inside Parse Server. |
original | Parse. | If set, the object, as currently stored. |