data class WindowsWebAppAuthSettingsV2FacebookV2Args(val appId: Output<String>, val appSecretSettingName: Output<String>, val graphApiVersion: Output<String>? = null, val loginScopes: Output<List<String>>? = null) : ConvertibleToJava<WindowsWebAppAuthSettingsV2FacebookV2Args>
The app setting name that contains the app_secret value used for Facebook Login. !>NOTE: A setting with this name must exist in app_settings to function correctly.