Get Key Result
data class GetKeyResult(val androidSettings: GoogleCloudRecaptchaenterpriseV1AndroidKeySettingsResponse, val createTime: String, val displayName: String, val iosSettings: GoogleCloudRecaptchaenterpriseV1IOSKeySettingsResponse, val labels: Map<String, String>, val name: String, val testingOptions: GoogleCloudRecaptchaenterpriseV1TestingOptionsResponse, val wafSettings: GoogleCloudRecaptchaenterpriseV1WafSettingsResponse, val webSettings: GoogleCloudRecaptchaenterpriseV1WebKeySettingsResponse)
Constructors
Link copied to clipboard
constructor(androidSettings: GoogleCloudRecaptchaenterpriseV1AndroidKeySettingsResponse, createTime: String, displayName: String, iosSettings: GoogleCloudRecaptchaenterpriseV1IOSKeySettingsResponse, labels: Map<String, String>, name: String, testingOptions: GoogleCloudRecaptchaenterpriseV1TestingOptionsResponse, wafSettings: GoogleCloudRecaptchaenterpriseV1WafSettingsResponse, webSettings: GoogleCloudRecaptchaenterpriseV1WebKeySettingsResponse)
Properties
Link copied to clipboard
Settings for keys that can be used by Android apps.
Link copied to clipboard
The timestamp corresponding to the creation of this key.
Link copied to clipboard
Human-readable display name of this key. Modifiable by user.
Link copied to clipboard
Settings for keys that can be used by iOS apps.
Link copied to clipboard
Options for user acceptance testing.
Link copied to clipboard
Settings for WAF
Link copied to clipboard
Settings for keys that can be used by websites.