public sealed class AppleDeveloperId : IMessage<AppleDeveloperId>, IEquatable<AppleDeveloperId>, IDeepCloneable<AppleDeveloperId>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class AppleDeveloperId.
Contains fields that are required to perform Apple-specific integrity checks.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `AppleDeveloperId` class within the Google Cloud reCAPTCHA Enterprise v1 API, covering versions from 1.2.0 to 2.17.0, with version 2.17.0 being the latest."],["The `AppleDeveloperId` class is a part of the `Google.Cloud.RecaptchaEnterprise.V1` namespace and is used for performing Apple-specific integrity checks in applications, implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains three key properties: `KeyId`, which is the Apple developer key ID, `PrivateKey`, which is the Apple developer private key, and `TeamId`, which is the Apple team ID, with all of them being mandatory to be provided."],["The documentation lists 23 different versions of the `AppleDeveloperId` class, including detailed information about their constructors, inherited members, properties, namespace, and assembly, among other relevant data."]]],[]]