Windows Function App Slot Auth Settings V2Apple V2Args
data class WindowsFunctionAppSlotAuthSettingsV2AppleV2Args(val clientId: Output<String>, val clientSecretSettingName: Output<String>, val loginScopes: Output<List<String>>? = null) : ConvertibleToJava<WindowsFunctionAppSlotAuthSettingsV2AppleV2Args>
Constructors
Link copied to clipboard
fun WindowsFunctionAppSlotAuthSettingsV2AppleV2Args(clientId: Output<String>, clientSecretSettingName: Output<String>, loginScopes: Output<List<String>>? = null)