OrganizationManagedRuleMetadata constructor

OrganizationManagedRuleMetadata({
  1. required String ruleIdentifier,
  2. String? description,
  3. String? inputParameters,
  4. MaximumExecutionFrequency? maximumExecutionFrequency,
  5. String? resourceIdScope,
  6. List<String>? resourceTypesScope,
  7. String? tagKeyScope,
  8. String? tagValueScope,
})

Implementation

OrganizationManagedRuleMetadata({
  required this.ruleIdentifier,
  this.description,
  this.inputParameters,
  this.maximumExecutionFrequency,
  this.resourceIdScope,
  this.resourceTypesScope,
  this.tagKeyScope,
  this.tagValueScope,
});