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.
Namespace
Google.Cloud.RecaptchaEnterprise.V1
Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
Key()
Key(Key)
Parameter |
---|
Name | Description |
other | Key
|
Properties
AndroidSettings
public AndroidKeySettings AndroidSettings { get; set; }
Settings for keys that can be used by Android apps.
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The timestamp corresponding to the creation of this key.
DisplayName
public string DisplayName { get; set; }
Human-readable display name of this key. Modifiable by user.
Property Value |
---|
Type | Description |
string | |
IosSettings
public IOSKeySettings IosSettings { get; set; }
Settings for keys that can be used by iOS apps.
KeyName
public KeyName KeyName { get; set; }
KeyName-typed view over the Name resource name property.
Property Value |
---|
Type | Description |
KeyName | |
Labels
public MapField<string, string> Labels { get; }
Name
public string Name { get; set; }
The resource name for the Key in the format
projects/{project}/keys/{key}
.
Property Value |
---|
Type | Description |
string | |
public Key.PlatformSettingsOneofCase PlatformSettingsCase { get; }
TestingOptions
public TestingOptions TestingOptions { get; set; }
Options for user acceptance testing.
WafSettings
public WafSettings WafSettings { get; set; }
WebSettings
public WebKeySettings WebSettings { get; set; }
Settings for keys that can be used by websites.