WindowsFunctionAppSlotAuthSettingsV2GithubV2Args

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
val clientId: Output<String>

The ID of the Client to use to authenticate with Azure Active Directory.

Link copied to clipboard

The App Setting name that contains the client secret of the Client. Cannot be used with client_secret.

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

The list of Login scopes that should be requested as part of Microsoft Account authentication.