GoogleIamV2DenyRule constructor

GoogleIamV2DenyRule({
  1. GoogleTypeExpr? denialCondition,
  2. List<String>? deniedPermissions,
  3. List<String>? deniedPrincipals,
  4. List<String>? exceptionPermissions,
  5. List<String>? exceptionPrincipals,
})

Implementation

GoogleIamV2DenyRule({
  this.denialCondition,
  this.deniedPermissions,
  this.deniedPrincipals,
  this.exceptionPermissions,
  this.exceptionPrincipals,
});