RBACBindingConfig constructor

RBACBindingConfig({
  1. bool? enableInsecureBindingSystemAuthenticated,
  2. bool? enableInsecureBindingSystemUnauthenticated,
})

Implementation

RBACBindingConfig({
  this.enableInsecureBindingSystemAuthenticated,
  this.enableInsecureBindingSystemUnauthenticated,
});