GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1FirewallPolicyAssessment (google_api_recaptcha_enterprise v0.15.0)
View SourcePolicy 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 is populated and the firewall_policy is 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 is 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 }