class Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1beta1Finding

example, an XSS vulnerability in an App Engine application is a finding.
presentation, notification, analysis, policy testing, and enforcement. For
security, risk, health or privacy) ingested into Security Command Center for
Security Command Center finding. A finding is a record of assessment data (

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @category = args[:category] if args.key?(:category)
  @create_time = args[:create_time] if args.key?(:create_time)
  @event_time = args[:event_time] if args.key?(:event_time)
  @external_uri = args[:external_uri] if args.key?(:external_uri)
  @name = args[:name] if args.key?(:name)
  @parent = args[:parent] if args.key?(:parent)
  @resource_name = args[:resource_name] if args.key?(:resource_name)
  @security_marks = args[:security_marks] if args.key?(:security_marks)
  @source_properties = args[:source_properties] if args.key?(:source_properties)
  @state = args[:state] if args.key?(:state)
end