AuthorizationPolicy constructor

AuthorizationPolicy({
  1. String? action,
  2. String? createTime,
  3. String? description,
  4. Map<String, String>? labels,
  5. String? name,
  6. List<Rule>? rules,
  7. String? updateTime,
})

Implementation

AuthorizationPolicy({
  this.action,
  this.createTime,
  this.description,
  this.labels,
  this.name,
  this.rules,
  this.updateTime,
});