actions

@JvmName(name = "usnebhpgrshgylwn")
suspend fun actions(value: Output<List<GoogleCloudRecaptchaenterpriseV1FirewallActionArgs>>)
@JvmName(name = "wjsmtuexdtxaycyu")
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 = "drqfvbyppvxupndo")
suspend fun actions(vararg values: Output<GoogleCloudRecaptchaenterpriseV1FirewallActionArgs>)


@JvmName(name = "axhvysvckxntqxey")
suspend fun actions(values: List<Output<GoogleCloudRecaptchaenterpriseV1FirewallActionArgs>>)
@JvmName(name = "fhoxuaomqhasjube")
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 = "qfswhgpmwedpotra")
suspend fun actions(argument: List<suspend GoogleCloudRecaptchaenterpriseV1FirewallActionArgsBuilder.() -> Unit>)
@JvmName(name = "rprfdolqrotmdylv")
suspend fun actions(vararg argument: suspend GoogleCloudRecaptchaenterpriseV1FirewallActionArgsBuilder.() -> Unit)
@JvmName(name = "hpbgyyjbwxmffbik")
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.