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