Google Cloud Recaptchaenterprise V1Firewall Action Args
data class GoogleCloudRecaptchaenterpriseV1FirewallActionArgs(val allow: Output<GoogleCloudRecaptchaenterpriseV1FirewallActionAllowActionArgs>? = null, val block: Output<GoogleCloudRecaptchaenterpriseV1FirewallActionBlockActionArgs>? = null, val redirect: Output<GoogleCloudRecaptchaenterpriseV1FirewallActionRedirectActionArgs>? = null, val setHeader: Output<GoogleCloudRecaptchaenterpriseV1FirewallActionSetHeaderActionArgs>? = null, val substitute: Output<GoogleCloudRecaptchaenterpriseV1FirewallActionSubstituteActionArgs>? = null) : ConvertibleToJava<GoogleCloudRecaptchaenterpriseV1FirewallActionArgs>
An individual action. Each action represents what to do if a policy matches.
Constructors
Link copied to clipboard
fun GoogleCloudRecaptchaenterpriseV1FirewallActionArgs(allow: Output<GoogleCloudRecaptchaenterpriseV1FirewallActionAllowActionArgs>? = null, block: Output<GoogleCloudRecaptchaenterpriseV1FirewallActionBlockActionArgs>? = null, redirect: Output<GoogleCloudRecaptchaenterpriseV1FirewallActionRedirectActionArgs>? = null, setHeader: Output<GoogleCloudRecaptchaenterpriseV1FirewallActionSetHeaderActionArgs>? = null, substitute: Output<GoogleCloudRecaptchaenterpriseV1FirewallActionSubstituteActionArgs>? = null)