AzureActiveDirectoryLoginArgs

data class AzureActiveDirectoryLoginArgs(val disableWWWAuthenticate: Output<Boolean>? = null, val loginParameters: Output<List<String>>? = null) : ConvertibleToJava<AzureActiveDirectoryLoginArgs>

The configuration settings of the Azure Active Directory login flow.

Constructors

Link copied to clipboard
fun AzureActiveDirectoryLoginArgs(disableWWWAuthenticate: Output<Boolean>? = null, loginParameters: Output<List<String>>? = null)

Functions

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

Properties

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

true if the www-authenticate provider should be omitted from the request; otherwise, false.

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

Login parameters to send to the OpenID Connect authorization endpoint when a user logs in. Each parameter must be in the form "key=value".