Class: Google::Apis::SecuritycenterV1::PathNodeAssociatedFinding

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/securitycenter_v1/classes.rb,
lib/google/apis/securitycenter_v1/representations.rb,
lib/google/apis/securitycenter_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PathNodeAssociatedFinding

Returns a new instance of PathNodeAssociatedFinding.



11892
11893
11894
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11892

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

Instance Attribute Details

#canonical_findingString

Corresponds to the JSON property canonicalFinding

Returns:

  • (String)


11880
11881
11882
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11880

def canonical_finding
  @canonical_finding
end

#finding_categoryString

Corresponds to the JSON property findingCategory

Returns:

  • (String)


11885
11886
11887
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11885

def finding_category
  @finding_category
end

#nameString

Corresponds to the JSON property name

Returns:

  • (String)


11890
11891
11892
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11890

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11897
11898
11899
11900
11901
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11897

def update!(**args)
  @canonical_finding = args[:canonical_finding] if args.key?(:canonical_finding)
  @finding_category = args[:finding_category] if args.key?(:finding_category)
  @name = args[:name] if args.key?(:name)
end