Windows Web App Auth Settings V2Login Args
data class WindowsWebAppAuthSettingsV2LoginArgs(val allowedExternalRedirectUrls: Output<List<String>>? = null, val cookieExpirationConvention: Output<String>? = null, val cookieExpirationTime: Output<String>? = null, val logoutEndpoint: Output<String>? = null, val nonceExpirationTime: Output<String>? = null, val preserveUrlFragmentsForLogins: Output<Boolean>? = null, val tokenRefreshExtensionTime: Output<Double>? = null, val tokenStoreEnabled: Output<Boolean>? = null, val tokenStorePath: Output<String>? = null, val tokenStoreSasSettingName: Output<String>? = null, val validateNonce: Output<Boolean>? = null) : ConvertibleToJava<WindowsWebAppAuthSettingsV2LoginArgs>
Constructors
Link copied to clipboard
fun WindowsWebAppAuthSettingsV2LoginArgs(allowedExternalRedirectUrls: Output<List<String>>? = null, cookieExpirationConvention: Output<String>? = null, cookieExpirationTime: Output<String>? = null, logoutEndpoint: Output<String>? = null, nonceExpirationTime: Output<String>? = null, preserveUrlFragmentsForLogins: Output<Boolean>? = null, tokenRefreshExtensionTime: Output<Double>? = null, tokenStoreEnabled: Output<Boolean>? = null, tokenStorePath: Output<String>? = null, tokenStoreSasSettingName: Output<String>? = null, validateNonce: Output<Boolean>? = null)