WindowsFunctionAppAuthSettingsV2AppleV2Args

data class WindowsFunctionAppAuthSettingsV2AppleV2Args(val clientId: Output<String>, val clientSecretSettingName: Output<String>, val loginScopes: Output<List<String>>? = null) : ConvertibleToJava<WindowsFunctionAppAuthSettingsV2AppleV2Args>

Constructors

constructor(clientId: Output<String>, clientSecretSettingName: Output<String>, loginScopes: Output<List<String>>? = null)

Properties

Link copied to clipboard
val clientId: Output<String>

The OpenID Connect Client ID for the Apple web application.

Link copied to clipboard

The app setting name that contains the client_secret value used for Apple Login. !>Note: A setting with this name must exist in app_settings to function correctly.

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

A list of Login Scopes provided by this Authentication Provider.

Functions

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