data class AuthzPolicyHttpRuleToOperationPathArgs(val contains: Output<String>? = null, val exact: Output<String>? = null, val ignoreCase: Output<Boolean>? = null, val prefix: Output<String>? = null, val suffix: Output<String>? = null) : ConvertibleToJava<AuthzPolicyHttpRuleToOperationPathArgs>
If true, indicates the exact/prefix/suffix/contains matching should be case insensitive. For example, the matcher data will match both input string Data and data if set to true.