Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1Key

A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.

Inheritance
object
GoogleCloudRecaptchaenterpriseV1Key
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1Key : IDirectResponseSchema

Properties

AndroidSettings

Settings for keys that can be used by Android apps.

Declaration
[JsonProperty("androidSettings")]
public virtual GoogleCloudRecaptchaenterpriseV1AndroidKeySettings AndroidSettings { get; set; }
Property Value
Type Description
GoogleCloudRecaptchaenterpriseV1AndroidKeySettings

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. The timestamp corresponding to the creation of this key.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

DisplayName

Required. Human-readable display name of this key. Modifiable by user.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExpressSettings

Settings for keys that can be used by reCAPTCHA Express.

Declaration
[JsonProperty("expressSettings")]
public virtual GoogleCloudRecaptchaenterpriseV1ExpressKeySettings ExpressSettings { get; set; }
Property Value
Type Description
GoogleCloudRecaptchaenterpriseV1ExpressKeySettings

IosSettings

Settings for keys that can be used by iOS apps.

Declaration
[JsonProperty("iosSettings")]
public virtual GoogleCloudRecaptchaenterpriseV1IOSKeySettings IosSettings { get; set; }
Property Value
Type Description
GoogleCloudRecaptchaenterpriseV1IOSKeySettings

Labels

Optional. See [Creating and managing labels] (https://cloud.google.com/recaptcha/docs/labels).

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

Name

Identifier. The resource name for the Key in the format projects/{project}/keys/{key}.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

TestingOptions

Optional. Options for user acceptance testing.

Declaration
[JsonProperty("testingOptions")]
public virtual GoogleCloudRecaptchaenterpriseV1TestingOptions TestingOptions { get; set; }
Property Value
Type Description
GoogleCloudRecaptchaenterpriseV1TestingOptions

WafSettings

Optional. Settings for WAF

Declaration
[JsonProperty("wafSettings")]
public virtual GoogleCloudRecaptchaenterpriseV1WafSettings WafSettings { get; set; }
Property Value
Type Description
GoogleCloudRecaptchaenterpriseV1WafSettings

WebSettings

Settings for keys that can be used by websites.

Declaration
[JsonProperty("webSettings")]
public virtual GoogleCloudRecaptchaenterpriseV1WebKeySettings WebSettings { get; set; }
Property Value
Type Description
GoogleCloudRecaptchaenterpriseV1WebKeySettings

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX