Class: DatadogAPIClient::V2::DetailedFindingAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::DetailedFindingAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/detailed_finding_attributes.rb
 
Overview
The JSON:API attributes of the detailed finding.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #evaluation  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The evaluation of the finding.
 - 
  
    
      #evaluation_changed_at  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The date on which the evaluation for this finding changed (Unix ms).
 - 
  
    
      #message  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The remediation message for this finding.
 - 
  
    
      #mute  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the mute status of this finding.
 - 
  
    
      #resource  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource name of this finding.
 - 
  
    
      #resource_configuration  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource configuration for this finding.
 - 
  
    
      #resource_discovery_date  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The date on which the resource was discovered (Unix ms).
 - 
  
    
      #resource_type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource type of this finding.
 - 
  
    
      #rule  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The rule that triggered this finding.
 - 
  
    
      #status  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the finding.
 - 
  
    
      #tags  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags associated with this finding.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      57 58 59  | 
    
      # File 'lib/datadog_api_client/v2/models/detailed_finding_attributes.rb', line 57 def additional_properties @additional_properties end  | 
  
#evaluation ⇒ Object
The evaluation of the finding.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/detailed_finding_attributes.rb', line 25 def evaluation @evaluation end  | 
  
#evaluation_changed_at ⇒ Object
The date on which the evaluation for this finding changed (Unix ms).
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/detailed_finding_attributes.rb', line 28 def evaluation_changed_at @evaluation_changed_at end  | 
  
#message ⇒ Object
The remediation message for this finding.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/detailed_finding_attributes.rb', line 31 def @message end  | 
  
#mute ⇒ Object
Information about the mute status of this finding.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/detailed_finding_attributes.rb', line 34 def mute @mute end  | 
  
#resource ⇒ Object
The resource name of this finding.
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/detailed_finding_attributes.rb', line 37 def resource @resource end  | 
  
#resource_configuration ⇒ Object
The resource configuration for this finding.
      40 41 42  | 
    
      # File 'lib/datadog_api_client/v2/models/detailed_finding_attributes.rb', line 40 def resource_configuration @resource_configuration end  | 
  
#resource_discovery_date ⇒ Object
The date on which the resource was discovered (Unix ms).
      43 44 45  | 
    
      # File 'lib/datadog_api_client/v2/models/detailed_finding_attributes.rb', line 43 def resource_discovery_date @resource_discovery_date end  | 
  
#resource_type ⇒ Object
The resource type of this finding.
      46 47 48  | 
    
      # File 'lib/datadog_api_client/v2/models/detailed_finding_attributes.rb', line 46 def resource_type @resource_type end  | 
  
#rule ⇒ Object
The rule that triggered this finding.
      49 50 51  | 
    
      # File 'lib/datadog_api_client/v2/models/detailed_finding_attributes.rb', line 49 def rule @rule end  | 
  
#status ⇒ Object
The status of the finding.
      52 53 54  | 
    
      # File 'lib/datadog_api_client/v2/models/detailed_finding_attributes.rb', line 52 def status @status end  | 
  
#tags ⇒ Object
The tags associated with this finding.
      55 56 57  | 
    
      # File 'lib/datadog_api_client/v2/models/detailed_finding_attributes.rb', line 55 def @tags end  |