GoogleCloudIdentitytoolkitAdminV2AppleSignInConfigArgs

data class GoogleCloudIdentitytoolkitAdminV2AppleSignInConfigArgs(val bundleIds: Output<List<String>>? = null, val codeFlowConfig: Output<GoogleCloudIdentitytoolkitAdminV2CodeFlowConfigArgs>? = null) : ConvertibleToJava<GoogleCloudIdentitytoolkitAdminV2AppleSignInConfigArgs>

Additional config for SignInWithApple.

Constructors

constructor(bundleIds: Output<List<String>>? = null, codeFlowConfig: Output<GoogleCloudIdentitytoolkitAdminV2CodeFlowConfigArgs>? = null)

Properties

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

A list of Bundle ID's usable by this project

Functions

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