Class: Google::Cloud::RecaptchaEnterprise::V1::AppleDeveloperId

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

Overview

Contains fields that are required to perform Apple-specific integrity checks.

Instance Attribute Summary collapse

Instance Attribute Details

#key_id::String

Returns Required. The Apple developer key ID (10-character string).

Returns:

  • (::String)

    Required. The Apple developer key ID (10-character string).



1388
1389
1390
1391
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1388

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

#private_key::String

Returns Required. Input only. A private key (downloaded as a text file with a .p8 file extension) generated for your Apple Developer account. Ensure that Apple DeviceCheck is enabled for the private key.

Returns:

  • (::String)

    Required. Input only. A private key (downloaded as a text file with a .p8 file extension) generated for your Apple Developer account. Ensure that Apple DeviceCheck is enabled for the private key.



1388
1389
1390
1391
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1388

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

#team_id::String

Returns Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.

Returns:

  • (::String)

    Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.



1388
1389
1390
1391
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1388

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