Class SecurityPolicyRuleRedirectOptions (1.39.0)

SecurityPolicyRuleRedirectOptions(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Attributes

Name Description
target str
Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA. This field is a member of oneof_ _target.
type_ str
Type of the redirect action. Possible values are: - GOOGLE_RECAPTCHA: redirect to reCAPTCHA for manual challenge assessment. - EXTERNAL_302: redirect to a different URL via a 302 response. Check the Type enum for the list of possible values. This field is a member of oneof_ _type.

Classes

Type

Type(value)

Type of the redirect action. Possible values are: - GOOGLE_RECAPTCHA: redirect to reCAPTCHA for manual challenge assessment. - EXTERNAL_302: redirect to a different URL via a 302 response.