LinuxFunctionAppSlotAuthSettingsV2GithubV2

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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: List<String>? = null

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