AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about a finding that was detected in your code.

Inheritance Hierarchy

System.Object
  Amazon.CodeGuruSecurity.Model.Finding

Namespace: Amazon.CodeGuruSecurity.Model
Assembly: AWSSDK.CodeGuruSecurity.dll
Version: 3.x.y.z

Syntax

C#
public class Finding

The Finding type exposes the following members

Constructors

NameDescription
Public Method Finding()

Properties

NameTypeDescription
Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The time when the finding was created.

Public Property Description System.String

Gets and sets the property Description.

A description of the finding.

Public Property DetectorId System.String

Gets and sets the property DetectorId.

The identifier for the detector that detected the finding in your code. A detector is a defined rule based on industry standards and AWS best practices.

Public Property DetectorName System.String

Gets and sets the property DetectorName.

The name of the detector that identified the security vulnerability in your code.

Public Property DetectorTags System.Collections.Generic.List<System.String>

Gets and sets the property DetectorTags.

One or more tags or categorizations that are associated with a detector. These tags are defined by type, programming language, or other classification such as maintainability or consistency.

Public Property GeneratorId System.String

Gets and sets the property GeneratorId.

The identifier for the component that generated a finding such as AmazonCodeGuruSecurity.

Public Property Id System.String

Gets and sets the property Id.

The identifier for a finding.

Public Property Remediation Amazon.CodeGuruSecurity.Model.Remediation

Gets and sets the property Remediation.

An object that contains the details about how to remediate a finding.

Public Property Resource Amazon.CodeGuruSecurity.Model.Resource

Gets and sets the property Resource.

The resource where Amazon CodeGuru Security detected a finding.

Public Property RuleId System.String

Gets and sets the property RuleId.

The identifier for the rule that generated the finding.

Public Property Severity Amazon.CodeGuruSecurity.Severity

Gets and sets the property Severity.

The severity of the finding. Severity can be critical, high, medium, low, or informational. For information on severity levels, see Finding severity in the Amazon CodeGuru Security User Guide.

Public Property Status Amazon.CodeGuruSecurity.Status

Gets and sets the property Status.

The status of the finding. A finding status can be open or closed.

Public Property Title System.String

Gets and sets the property Title.

The title of the finding.

Public Property Type System.String

Gets and sets the property Type.

The type of finding.

Public Property UpdatedAt System.DateTime

Gets and sets the property UpdatedAt.

The time when the finding was last updated. Findings are updated when you remediate them or when the finding code location changes.

Public Property Vulnerability Amazon.CodeGuruSecurity.Model.Vulnerability

Gets and sets the property Vulnerability.

An object that describes the detected security vulnerability.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5