actions

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


@JvmName(name = "yvupousuylqmbnhk")
suspend fun actions(values: List<Output<GoogleCloudRecaptchaenterpriseV1FirewallActionArgs>>)
@JvmName(name = "wnxbrwermfxjmpnq")
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 = "jeifidjegoigdner")
suspend fun actions(argument: List<suspend GoogleCloudRecaptchaenterpriseV1FirewallActionArgsBuilder.() -> Unit>)
@JvmName(name = "woyrkeahwupyeqlu")
suspend fun actions(vararg argument: suspend GoogleCloudRecaptchaenterpriseV1FirewallActionArgsBuilder.() -> Unit)
@JvmName(name = "phskhnhlpqqdxmtx")
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.