AuthzPolicyAuthzRuleFromRequestSource constructor

AuthzPolicyAuthzRuleFromRequestSource({
  1. List<AuthzPolicyAuthzRuleStringMatch>? principals,
  2. List<AuthzPolicyAuthzRuleRequestResource>? resources,
})

Implementation

AuthzPolicyAuthzRuleFromRequestSource({
  this.principals,
  this.resources,
});