AuthzPolicyAuthzRuleStringMatch constructor

AuthzPolicyAuthzRuleStringMatch({
  1. String? contains,
  2. String? exact,
  3. bool? ignoreCase,
  4. String? prefix,
  5. String? suffix,
})

Implementation

AuthzPolicyAuthzRuleStringMatch({
  this.contains,
  this.exact,
  this.ignoreCase,
  this.prefix,
  this.suffix,
});