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.
Namespace: Amazon.CodeGuruSecurity.Model
Assembly: AWSSDK.CodeGuruSecurity.dll
Version: 3.x.y.z
public class Finding
The Finding type exposes the following members
Name | Description | |
---|---|---|
![]() |
Finding() |
Name | Type | Description | |
---|---|---|---|
![]() |
CreatedAt | System.DateTime |
Gets and sets the property CreatedAt. The time when the finding was created. |
![]() |
Description | System.String |
Gets and sets the property Description. A description of the finding. |
![]() |
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. |
![]() |
DetectorName | System.String |
Gets and sets the property DetectorName. The name of the detector that identified the security vulnerability in your code. |
![]() |
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. |
![]() |
GeneratorId | System.String |
Gets and sets the property GeneratorId. The identifier for the component that generated a finding such as AmazonCodeGuruSecurity. |
![]() |
Id | System.String |
Gets and sets the property Id. The identifier for a finding. |
![]() |
Remediation | Amazon.CodeGuruSecurity.Model.Remediation |
Gets and sets the property Remediation. An object that contains the details about how to remediate a finding. |
![]() |
Resource | Amazon.CodeGuruSecurity.Model.Resource |
Gets and sets the property Resource. The resource where Amazon CodeGuru Security detected a finding. |
![]() |
RuleId | System.String |
Gets and sets the property RuleId. The identifier for the rule that generated the finding. |
![]() |
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. |
![]() |
Status | Amazon.CodeGuruSecurity.Status |
Gets and sets the property Status. The status of the finding. A finding status can be open or closed. |
![]() |
Title | System.String |
Gets and sets the property Title. The title of the finding. |
![]() |
Type | System.String |
Gets and sets the property Type. The type of finding. |
![]() |
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. |
![]() |
Vulnerability | Amazon.CodeGuruSecurity.Model.Vulnerability |
Gets and sets the property Vulnerability. An object that describes the detected security vulnerability. |
.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