View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1Key (google_api_recaptcha_enterprise v0.4.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) - The timestamp corresponding to the creation of this Key. -
displayName(type:String.t, default:nil) - Human-readable display name of this key. Modifiable by user. -
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) - See Creating and managing labels. -
name(type:String.t, default:nil) - The resource name for the Key in the format "projects/{project}/keys/{key}". -
testingOptions(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1TestingOptions.t, default:nil) - Options for user acceptance testing. -
wafSettings(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1WafSettings.t, default:nil) - Settings for WAF -
webSettings(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1WebKeySettings.t, default:nil) - Settings for keys that can be used by websites.
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.GoogleCloudRecaptchaenterpriseV1Key{
androidSettings:
GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1AndroidKeySettings.t()
| nil,
createTime: DateTime.t() | nil,
displayName: String.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
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.