Parse.Cloud. FunctionRequest

Properties
NameTypeDescription
installationIdString

If set, the installationId triggering the request.

masterBoolean

If true, means the master key or the read-only master key was used.

isReadOnlyBoolean

If true, means the read-only master key was used. This is a subset of master, so master will also be true. Use master && !isReadOnly to check for full master key access.

userParse.User

If set, the user that made the request.

paramsObject

The params passed to the cloud function.

ipString

The IP address of the client making the request.

headersObject

The original HTTP headers for the request.

logObject

The current logger inside Parse Server.

functionNameString

The name of the cloud function.

contextObject

The context of the cloud function call.

configObject

The Parse Server config.