View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1Assessment (google_api_recaptcha_enterprise v0.4.0)
A recaptcha assessment resource.
Attributes
-
accountDefenderAssessment(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment.t, default:nil) - Assessment returned by Account Defender when a hashed_account_id is provided. -
event(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1Event.t, default:nil) - The event being assessed. -
name(type:String.t, default:nil) - Output only. The resource name for the Assessment in the format "projects/{project}/assessments/{assessment}". -
riskAnalysis(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1RiskAnalysis.t, default:nil) - Output only. The risk analysis result for the event being assessed. -
tokenProperties(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1TokenProperties.t, default:nil) - Output only. Properties of the provided event token.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1Assessment{
accountDefenderAssessment:
GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment.t()
| nil,
event:
GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1Event.t()
| nil,
name: String.t() | nil,
riskAnalysis:
GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1RiskAnalysis.t()
| nil,
tokenProperties:
GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1TokenProperties.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.