GoogleCloudRecaptchaenterpriseV1AppleDeveloperIdArgs

data class GoogleCloudRecaptchaenterpriseV1AppleDeveloperIdArgs(val keyId: Output<String>, val privateKey: Output<String>, val teamId: Output<String>) : ConvertibleToJava<GoogleCloudRecaptchaenterpriseV1AppleDeveloperIdArgs>

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

Constructors

fun GoogleCloudRecaptchaenterpriseV1AppleDeveloperIdArgs(keyId: Output<String>, privateKey: Output<String>, teamId: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudRecaptchaenterpriseV1AppleDeveloperIdArgs

Properties

Link copied to clipboard
val keyId: Output<String>

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

Link copied to clipboard
val privateKey: Output<String>

Input only. A private key (downloaded as a text file with a .p8 file extension) generated for your Apple Developer account.

Link copied to clipboard
val teamId: Output<String>

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