View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1Key (google_api_recaptcha_enterprise v0.14.0)
A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.
Attributes
-
androidSettings(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1AndroidKeySettings.t, default:nil) - Settings for keys that can be used by Android apps. -
createTime(type:DateTime.t, default:nil) - Output only. The timestamp corresponding to the creation of this key. -
displayName(type:String.t, default:nil) - Required. Human-readable display name of this key. Modifiable by user. -
expressSettings(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ExpressKeySettings.t, default:nil) - Settings for keys that can be used by reCAPTCHA Express. -
iosSettings(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1IOSKeySettings.t, default:nil) - Settings for keys that can be used by iOS apps. -
labels(type:map(), default:nil) - Optional. See [Creating and managing labels] (https://cloud.google.com/recaptcha/docs/labels). -
name(type:String.t, default:nil) - Identifier. The resource name for the Key in the formatprojects/{project}/keys/{key}. -
testingOptions(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1TestingOptions.t, default:nil) - Optional. Options for user acceptance testing. -
wafSettings(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1WafSettings.t, default:nil) - Optional. Settings for WAF -
webSettings(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1WebKeySettings.t, default:nil) - Settings for keys that can be used by websites.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1Key{ androidSettings: GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1AndroidKeySettings.t() | nil, createTime: DateTime.t() | nil, displayName: String.t() | nil, expressSettings: GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ExpressKeySettings.t() | nil, iosSettings: GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1IOSKeySettings.t() | nil, labels: map() | nil, name: String.t() | nil, testingOptions: GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1TestingOptions.t() | nil, wafSettings: GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1WafSettings.t() | nil, webSettings: GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1WebKeySettings.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.