Reference documentation and code samples for the reCAPTCHA Enterprise V1 API class Google::Cloud::RecaptchaEnterprise::V1::AppleDeveloperId.
Contains fields that are required to perform Apple-specific integrity checks.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#key_id
def key_id() -> ::String
Returns
- (::String) — Required. The Apple developer key ID (10-character string).
#key_id=
def key_id=(value) -> ::String
Parameter
- value (::String) — Required. The Apple developer key ID (10-character string).
Returns
- (::String) — Required. The Apple developer key ID (10-character string).
#private_key
def private_key() -> ::String
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.
#private_key=
def private_key=(value) -> ::String
Parameter
- value (::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.
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.
#team_id
def team_id() -> ::String
Returns
- (::String) — Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.
#team_id=
def team_id=(value) -> ::String
Parameter
- value (::String) — 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.