Linux Function App Auth Settings V2Github V2Args
data class LinuxFunctionAppAuthSettingsV2GithubV2Args(val clientId: Output<String>, val clientSecretSettingName: Output<String>, val loginScopes: Output<List<String>>? = null) : ConvertibleToJava<LinuxFunctionAppAuthSettingsV2GithubV2Args>
Properties
Link copied to clipboard
The app setting name that contains the client_secret
value used for GitHub Login. !>Note: A setting with this name must exist in app_settings
to function correctly.
Link copied to clipboard
The list of OAuth 2.0 scopes that should be requested as part of GitHub Login authentication.