View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1FirewallPolicyAssessment (google_api_recaptcha_enterprise v0.7.0)

Policy config assessment.

Attributes

  • error (type: GoogleApi.RecaptchaEnterprise.V1.Model.GoogleRpcStatus.t, default: nil) - Output only. If the processing of a policy config fails, an error will be populated and the firewall_policy will be left empty.
  • firewallPolicy (type: GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1FirewallPolicy.t, default: nil) - Output only. The policy that matched the request. If more than one policy may match, this is the first match. If no policy matches the incoming request, the policy field will be left empty.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1FirewallPolicyAssessment{
    error: GoogleApi.RecaptchaEnterprise.V1.Model.GoogleRpcStatus.t() | nil,
    firewallPolicy:
      GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1FirewallPolicy.t()
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.