LinuxFunctionAppAuthSettingsArgs

data class LinuxFunctionAppAuthSettingsArgs(val activeDirectory: Output<LinuxFunctionAppAuthSettingsActiveDirectoryArgs>? = null, val additionalLoginParameters: Output<Map<String, String>>? = null, val allowedExternalRedirectUrls: Output<List<String>>? = null, val defaultProvider: Output<String>? = null, val enabled: Output<Boolean>, val facebook: Output<LinuxFunctionAppAuthSettingsFacebookArgs>? = null, val github: Output<LinuxFunctionAppAuthSettingsGithubArgs>? = null, val google: Output<LinuxFunctionAppAuthSettingsGoogleArgs>? = null, val issuer: Output<String>? = null, val microsoft: Output<LinuxFunctionAppAuthSettingsMicrosoftArgs>? = null, val runtimeVersion: Output<String>? = null, val tokenRefreshExtensionHours: Output<Double>? = null, val tokenStoreEnabled: Output<Boolean>? = null, val twitter: Output<LinuxFunctionAppAuthSettingsTwitterArgs>? = null, val unauthenticatedClientAction: Output<String>? = null) : ConvertibleToJava<LinuxFunctionAppAuthSettingsArgs>

Constructors

Link copied to clipboard
constructor(activeDirectory: Output<LinuxFunctionAppAuthSettingsActiveDirectoryArgs>? = null, additionalLoginParameters: Output<Map<String, String>>? = null, allowedExternalRedirectUrls: Output<List<String>>? = null, defaultProvider: Output<String>? = null, enabled: Output<Boolean>, facebook: Output<LinuxFunctionAppAuthSettingsFacebookArgs>? = null, github: Output<LinuxFunctionAppAuthSettingsGithubArgs>? = null, google: Output<LinuxFunctionAppAuthSettingsGoogleArgs>? = null, issuer: Output<String>? = null, microsoft: Output<LinuxFunctionAppAuthSettingsMicrosoftArgs>? = null, runtimeVersion: Output<String>? = null, tokenRefreshExtensionHours: Output<Double>? = null, tokenStoreEnabled: Output<Boolean>? = null, twitter: Output<LinuxFunctionAppAuthSettingsTwitterArgs>? = null, unauthenticatedClientAction: Output<String>? = null)

Properties

Link copied to clipboard

An active_directory block as defined above.

Link copied to clipboard

Specifies a map of login Parameters to send to the OpenID Connect authorization endpoint when a user logs in.

Link copied to clipboard

Specifies a list of External URLs that can be redirected to as part of logging in or logging out of the Linux Web App.

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

The default authentication provider to use when multiple providers are configured. Possible values include: AzureActiveDirectory, Facebook, Google, MicrosoftAccount, Twitter, Github

Link copied to clipboard
val enabled: Output<Boolean>

Should the Authentication / Authorization feature be enabled for the Linux Web App?

Link copied to clipboard

A facebook block as defined below.

Link copied to clipboard

A github block as defined below.

Link copied to clipboard

A google block as defined below.

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

The OpenID Connect Issuer URI that represents the entity which issues access tokens for this Linux Web App.

Link copied to clipboard

A microsoft block as defined below.

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

The RuntimeVersion of the Authentication / Authorization feature in use for the Linux Web App.

Link copied to clipboard
val tokenRefreshExtensionHours: Output<Double>? = null

The number of hours after session token expiration that a session token can be used to call the token refresh API. Defaults to 72 hours.

Link copied to clipboard
val tokenStoreEnabled: Output<Boolean>? = null

Should the Linux Web App durably store platform-specific security tokens that are obtained during login flows? Defaults to false.

Link copied to clipboard

A twitter block as defined below.

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

The action to take when an unauthenticated client attempts to access the app. Possible values include: RedirectToLoginPage, AllowAnonymous.

Functions

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