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.

The findings (results) of the audit.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.AuditFinding

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

Syntax

C#
public class AuditFinding

The AuditFinding type exposes the following members

Constructors

NameDescription
Public Method AuditFinding()

Properties

NameTypeDescription
Public Property CheckName System.String

Gets and sets the property CheckName.

The audit check that generated this result.

Public Property 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.

Public Property FindingTime System.DateTime

Gets and sets the property FindingTime.

The time the result (finding) was discovered.

Public Property IsSuppressed System.Boolean

Gets and sets the property IsSuppressed.

Indicates whether the audit finding was suppressed or not during reporting.

Public Property NonCompliantResource Amazon.IoT.Model.NonCompliantResource

Gets and sets the property NonCompliantResource.

The resource that was found to be noncompliant with the audit check.

Public Property ReasonForNonCompliance System.String

Gets and sets the property ReasonForNonCompliance.

The reason the resource was noncompliant.

Public Property ReasonForNonComplianceCode System.String

Gets and sets the property ReasonForNonComplianceCode.

A code that indicates the reason that the resource was noncompliant.

Public Property RelatedResources System.Collections.Generic.List<Amazon.IoT.Model.RelatedResource>

Gets and sets the property RelatedResources.

The list of related resources.

Public Property Severity Amazon.IoT.AuditFindingSeverity

Gets and sets the property Severity.

The severity of the result (finding).

Public Property TaskId System.String

Gets and sets the property TaskId.

The ID of the audit that generated this result (finding).

Public Property TaskStartTime System.DateTime

Gets and sets the property TaskStartTime.

The time the audit started.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5