AuthzPolicyAuthzRuleFromRequestSource constructor

AuthzPolicyAuthzRuleFromRequestSource({
  1. List<AuthzPolicyAuthzRuleIpBlock>? ipBlocks,
  2. List<AuthzPolicyAuthzRulePrincipal>? principals,
  3. List<AuthzPolicyAuthzRuleRequestResource>? resources,
})

Implementation

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