Windows Function App Auth Settings V2Login Args
data class WindowsFunctionAppAuthSettingsV2LoginArgs(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<WindowsFunctionAppAuthSettingsV2LoginArgs>
Constructors
Link copied to clipboard
fun WindowsFunctionAppAuthSettingsV2LoginArgs(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)