AppleArgs

data class AppleArgs(val enabled: Output<Boolean>? = null, val login: Output<LoginScopesArgs>? = null, val registration: Output<AppleRegistrationArgs>? = null) : ConvertibleToJava<AppleArgs>

The configuration settings of the Apple provider.

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, login: Output<LoginScopesArgs>? = null, registration: Output<AppleRegistrationArgs>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

false if the Apple provider should not be enabled despite the set registration; otherwise, true.

Link copied to clipboard
val login: Output<LoginScopesArgs>? = null

The configuration settings of the login flow.

Link copied to clipboard
val registration: Output<AppleRegistrationArgs>? = null

The configuration settings of the Apple registration.

Functions

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