class Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1CustomConfig

generate custom findings for resources that you specify.
Analytics. Use the custom module configuration to create custom detectors that
Defines the properties in a custom module configuration for Security Health

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @custom_output = args[:custom_output] if args.key?(:custom_output)
  @description = args[:description] if args.key?(:description)
  @predicate = args[:predicate] if args.key?(:predicate)
  @recommendation = args[:recommendation] if args.key?(:recommendation)
  @resource_selector = args[:resource_selector] if args.key?(:resource_selector)
  @severity = args[:severity] if args.key?(:severity)
end