Google Cloud reCAPTCHA Enterprise v1 API - Class Key (2.12.0)

public sealed class Key : IMessage<Key>, IEquatable<Key>, IDeepCloneable<Key>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class Key.

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

Inheritance

object > Key

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

Key()

public Key()

Key(Key)

public Key(Key other)
Parameter
NameDescription
otherKey

Properties

AndroidSettings

public AndroidKeySettings AndroidSettings { get; set; }

Settings for keys that can be used by Android apps.

Property Value
TypeDescription
AndroidKeySettings

CreateTime

public Timestamp CreateTime { get; set; }

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

Property Value
TypeDescription
Timestamp

DisplayName

public string DisplayName { get; set; }

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

Property Value
TypeDescription
string

IosSettings

public IOSKeySettings IosSettings { get; set; }

Settings for keys that can be used by iOS apps.

Property Value
TypeDescription
IOSKeySettings

KeyName

public KeyName KeyName { get; set; }

KeyName-typed view over the Name resource name property.

Property Value
TypeDescription
KeyName

Labels

public MapField<string, string> Labels { get; }
Property Value
TypeDescription
MapFieldstringstring

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string

PlatformSettingsCase

public Key.PlatformSettingsOneofCase PlatformSettingsCase { get; }
Property Value
TypeDescription
KeyPlatformSettingsOneofCase

TestingOptions

public TestingOptions TestingOptions { get; set; }

Optional. Options for user acceptance testing.

Property Value
TypeDescription
TestingOptions

WafSettings

public WafSettings WafSettings { get; set; }

Optional. Settings for WAF

Property Value
TypeDescription
WafSettings

WebSettings

public WebKeySettings WebSettings { get; set; }

Settings for keys that can be used by websites.

Property Value
TypeDescription
WebKeySettings