ConfigManagementPolicyController constructor

ConfigManagementPolicyController({
  1. String? auditIntervalSeconds,
  2. bool? enabled,
  3. List<String>? exemptableNamespaces,
  4. bool? logDeniesEnabled,
  5. ConfigManagementPolicyControllerMonitoring? monitoring,
  6. bool? mutationEnabled,
  7. bool? referentialRulesEnabled,
  8. bool? templateLibraryInstalled,
  9. String? updateTime,
})

Implementation

ConfigManagementPolicyController({
  this.auditIntervalSeconds,
  this.enabled,
  this.exemptableNamespaces,
  this.logDeniesEnabled,
  this.monitoring,
  this.mutationEnabled,
  this.referentialRulesEnabled,
  this.templateLibraryInstalled,
  this.updateTime,
});