Azure Active Directory Login Args
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)