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.
The findings (results) of the audit.
Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z
public class AuditFinding
The AuditFinding type exposes the following members
Name | Description | |
---|---|---|
![]() |
AuditFinding() |
Name | Type | Description | |
---|---|---|---|
![]() |
CheckName | System.String |
Gets and sets the property CheckName. The audit check that generated this result. |
![]() |
FindingId | System.String |
Gets and sets the property FindingId. A unique identifier for this set of audit findings. This identifier is used to apply mitigation tasks to one or more sets of findings. |
![]() |
FindingTime | System.Nullable<System.DateTime> |
Gets and sets the property FindingTime. The time the result (finding) was discovered. |
![]() |
IsSuppressed | System.Nullable<System.Boolean> |
Gets and sets the property IsSuppressed. Indicates whether the audit finding was suppressed or not during reporting. |
![]() |
NonCompliantResource | Amazon.IoT.Model.NonCompliantResource |
Gets and sets the property NonCompliantResource. The resource that was found to be noncompliant with the audit check. |
![]() |
ReasonForNonCompliance | System.String |
Gets and sets the property ReasonForNonCompliance. The reason the resource was noncompliant. |
![]() |
ReasonForNonComplianceCode | System.String |
Gets and sets the property ReasonForNonComplianceCode. A code that indicates the reason that the resource was noncompliant. |
![]() |
RelatedResources | System.Collections.Generic.List<Amazon.IoT.Model.RelatedResource> |
Gets and sets the property RelatedResources. The list of related resources. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
Severity | Amazon.IoT.AuditFindingSeverity |
Gets and sets the property Severity. The severity of the result (finding). |
![]() |
TaskId | System.String |
Gets and sets the property TaskId. The ID of the audit that generated this result (finding). |
![]() |
TaskStartTime | System.Nullable<System.DateTime> |
Gets and sets the property TaskStartTime. The time the audit started. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer