Package com.pulumi.gcp.compute.outputs
Class SecurityPolicyRecaptchaOptionsConfig
- java.lang.Object
-
- com.pulumi.gcp.compute.outputs.SecurityPolicyRecaptchaOptionsConfig
-
public final class SecurityPolicyRecaptchaOptionsConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SecurityPolicyRecaptchaOptionsConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SecurityPolicyRecaptchaOptionsConfig.Builder
builder()
static SecurityPolicyRecaptchaOptionsConfig.Builder
builder(SecurityPolicyRecaptchaOptionsConfig defaults)
java.lang.String
redirectSiteKey()
-
-
-
Method Detail
-
redirectSiteKey
public java.lang.String redirectSiteKey()
- Returns:
- A field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used.
-
builder
public static SecurityPolicyRecaptchaOptionsConfig.Builder builder()
-
builder
public static SecurityPolicyRecaptchaOptionsConfig.Builder builder(SecurityPolicyRecaptchaOptionsConfig defaults)
-
-