Export

DataApiConfig

Hierarchy

  • DataApiConfig

Properties

can_evaluate?: any

A JSON expression that evaluates to true if an endpoint is allowed to run in response to an incoming request.

Memberof

DataApiConfig

create_user_on_auth?: any

Memberof

DataApiConfig

disabled?: any

Memberof

DataApiConfig

return_type?: EndpointDataFormat

The default data format returned by Data API endpoints.

Memberof

DataApiConfig

run_as_user_id?: any

An application user's account ID. If defined, endpoints will always run as the specified user.

Memberof

DataApiConfig

run_as_user_id_script_source?: any

Stringified source code for a function that returns an application user's account ID. If defined, endpoints execute the function on every request and run as the user with the ID returned from the function.

Memberof

DataApiConfig

secret_name?: any

If validation_method is set to \"SECRET_AS_QUERY_PARAM\" or \"VERIFY_PAYLOAD\", this is the name of the Secret that authorizes requests.

Memberof

DataApiConfig

Memberof

DataApiConfig

versions?: any

Memberof

DataApiConfig

Generated using TypeDoc