GoogleCloudIdentitytoolkitAdminV2CodeFlowConfigArgs

data class GoogleCloudIdentitytoolkitAdminV2CodeFlowConfigArgs(val keyId: Output<String>? = null, val privateKey: Output<String>? = null, val teamId: Output<String>? = null) : ConvertibleToJava<GoogleCloudIdentitytoolkitAdminV2CodeFlowConfigArgs>

Additional config for Apple for code flow.

Constructors

constructor(keyId: Output<String>? = null, privateKey: Output<String>? = null, teamId: Output<String>? = null)

Properties

Link copied to clipboard
val keyId: Output<String>? = null

Key ID for the private key.

Link copied to clipboard
val privateKey: Output<String>? = null

Private key used for signing the client secret JWT.

Link copied to clipboard
val teamId: Output<String>? = null

Apple Developer Team ID.

Functions

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