actions

@JvmName(name = "edccekhibbhhnkjc")
suspend fun actions(value: Output<List<GoogleCloudRecaptchaenterpriseV1FirewallActionArgs>>)
@JvmName(name = "pankyommgycudbul")
suspend fun actions(value: List<GoogleCloudRecaptchaenterpriseV1FirewallActionArgs>?)

Parameters

value

The actions that the caller should take regarding user access. There should be at most one terminal action. A terminal action is any action that forces a response, such as AllowAction, BlockAction or SubstituteAction. Zero or more non-terminal actions such as SetHeader might be specified. A single policy can contain up to 16 actions.


@JvmName(name = "pnxueakyenymchch")
suspend fun actions(vararg values: Output<GoogleCloudRecaptchaenterpriseV1FirewallActionArgs>)


@JvmName(name = "cdanouigngbqgisv")
suspend fun actions(values: List<Output<GoogleCloudRecaptchaenterpriseV1FirewallActionArgs>>)
@JvmName(name = "yrkrxmhhtqyxmihf")
suspend fun actions(vararg values: GoogleCloudRecaptchaenterpriseV1FirewallActionArgs)

Parameters

values

The actions that the caller should take regarding user access. There should be at most one terminal action. A terminal action is any action that forces a response, such as AllowAction, BlockAction or SubstituteAction. Zero or more non-terminal actions such as SetHeader might be specified. A single policy can contain up to 16 actions.


@JvmName(name = "rpuxfynwehqaimnr")
suspend fun actions(argument: List<suspend GoogleCloudRecaptchaenterpriseV1FirewallActionArgsBuilder.() -> Unit>)
@JvmName(name = "ateiiybllsspnwlp")
suspend fun actions(vararg argument: suspend GoogleCloudRecaptchaenterpriseV1FirewallActionArgsBuilder.() -> Unit)
@JvmName(name = "rigarqresutrhgvs")
suspend fun actions(argument: suspend GoogleCloudRecaptchaenterpriseV1FirewallActionArgsBuilder.() -> Unit)

Parameters

argument

The actions that the caller should take regarding user access. There should be at most one terminal action. A terminal action is any action that forces a response, such as AllowAction, BlockAction or SubstituteAction. Zero or more non-terminal actions such as SetHeader might be specified. A single policy can contain up to 16 actions.