request Uris To Exclude
suspend fun requestUrisToExclude(value: Output<List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs>>)
suspend fun requestUrisToExclude(value: List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs>?)
Parameters
value
A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
suspend fun requestUrisToExclude(vararg values: Output<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs>)
suspend fun requestUrisToExclude(values: List<Output<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs>>)
suspend fun requestUrisToExclude(vararg values: SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs)
Parameters
values
A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
suspend fun requestUrisToExclude(argument: List<suspend SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgsBuilder.() -> Unit>)
suspend fun requestUrisToExclude(vararg argument: suspend SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgsBuilder.() -> Unit)
suspend fun requestUrisToExclude(argument: suspend SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgsBuilder.() -> Unit)
Parameters
argument
A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.