AuthzPolicyTarget constructor

AuthzPolicyTarget({
  1. String? loadBalancingScheme,
  2. List<String>? resources,
})

Implementation

AuthzPolicyTarget({
  this.loadBalancingScheme,
  this.resources,
});