Class: Google::Cloud::RecaptchaEnterprise::V1::IOSKeySettings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_bundle_ids::Array<::String>

Returns iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'.

Returns:

  • (::Array<::String>)

    iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'



397
398
399
400
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 397

class IOSKeySettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end