Class AndroidKeySettings (1.2.0)

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

Settings specific to keys that can be used by Android apps.

Inheritance

Object > AndroidKeySettings

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

AndroidKeySettings()

public AndroidKeySettings()

AndroidKeySettings(AndroidKeySettings)

public AndroidKeySettings(AndroidKeySettings other)
Parameter
NameDescription
otherAndroidKeySettings

Properties

AllowedPackageNames

public RepeatedField<string> AllowedPackageNames { get; }

Android package names of apps allowed to use the key. Example: 'com.companyname.appname'

Property Value
TypeDescription
RepeatedField<String>