TeamsRuleRuleSettingsRedirectArgs

data class TeamsRuleRuleSettingsRedirectArgs(val includeContext: Output<Boolean>? = null, val preservePathAndQuery: Output<Boolean>? = null, val targetUri: Output<String>) : ConvertibleToJava<TeamsRuleRuleSettingsRedirectArgs>

Constructors

Link copied to clipboard
constructor(includeContext: Output<Boolean>? = null, preservePathAndQuery: Output<Boolean>? = null, targetUri: Output<String>)

Properties

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

If true, context information will be passed as query parameters

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

If true, the path and query parameters from the original request will be appended to target_uri

Link copied to clipboard
val targetUri: Output<String>

URI to which the user will be redirected

Functions

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