Config Blocking Functions Args
data class ConfigBlockingFunctionsArgs(val forwardInboundCredentials: Output<ConfigBlockingFunctionsForwardInboundCredentialsArgs>? = null, val triggers: Output<List<ConfigBlockingFunctionsTriggerArgs>>) : ConvertibleToJava<ConfigBlockingFunctionsArgs>
Constructors
Link copied to clipboard
constructor(forwardInboundCredentials: Output<ConfigBlockingFunctionsForwardInboundCredentialsArgs>? = null, triggers: Output<List<ConfigBlockingFunctionsTriggerArgs>>)
Properties
Link copied to clipboard
The user credentials to include in the JWT payload that is sent to the registered Blocking Functions. Structure is documented below.
Link copied to clipboard
Map of Trigger to event type. Key should be one of the supported event types: "beforeCreate", "beforeSignIn". Structure is documented below.