Interface ComputeSecurityPolicyRuleMatchExprOptionsRecaptchaOptionsA
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeSecurityPolicyRuleMatchExprOptionsRecaptchaOptionsA.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.967Z") @Stability(Stable) public interface ComputeSecurityPolicyRuleMatchExprOptionsRecaptchaOptionsA extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeSecurityPolicyRuleMatchExprOptionsRecaptchaOptionsA.Builderstatic classComputeSecurityPolicyRuleMatchExprOptionsRecaptchaOptionsA.Jsii$ProxyAn implementation forComputeSecurityPolicyRuleMatchExprOptionsRecaptchaOptionsA
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeSecurityPolicyRuleMatchExprOptionsRecaptchaOptionsA.Builderbuilder()default List<String>getActionTokenSiteKeys()A list of site keys to be used during the validation of reCAPTCHA action-tokens.default List<String>getSessionTokenSiteKeys()A list of site keys to be used during the validation of reCAPTCHA session-tokens.
-
-
-
Method Detail
-
getActionTokenSiteKeys
@Stability(Stable) @Nullable default List<String> getActionTokenSiteKeys()
A list of site keys to be used during the validation of reCAPTCHA action-tokens.The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy_rule#action_token_site_keys ComputeSecurityPolicyRuleA#action_token_site_keys}
-
getSessionTokenSiteKeys
@Stability(Stable) @Nullable default List<String> getSessionTokenSiteKeys()
A list of site keys to be used during the validation of reCAPTCHA session-tokens.The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy_rule#session_token_site_keys ComputeSecurityPolicyRuleA#session_token_site_keys}
-
builder
@Stability(Stable) static ComputeSecurityPolicyRuleMatchExprOptionsRecaptchaOptionsA.Builder builder()
-
-