AuthzPolicyAuthzRuleFromRequestSource constructor
AuthzPolicyAuthzRuleFromRequestSource({
- List<
AuthzPolicyAuthzRuleStringMatch> ? principals, - List<
AuthzPolicyAuthzRuleRequestResource> ? resources,
Implementation
AuthzPolicyAuthzRuleFromRequestSource({
this.principals,
this.resources,
});