Class: Google::Cloud::RecaptchaEnterprise::V1::AppleDeveloperId
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::AppleDeveloperId
- 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
-
#key_id ⇒ ::String
Required.
-
#private_key ⇒ ::String
Required.
-
#team_id ⇒ ::String
Required.
Instance Attribute Details
#key_id ⇒ ::String
Returns 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.
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.
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 |