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