AWS SDK Version 4 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.Nullable<System.DateTime>

Gets and sets the property FindingTime.

The time the result (finding) was discovered.

Public Property IsSuppressed System.Nullable<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.

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.

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.Nullable<System.DateTime>

Gets and sets the property TaskStartTime.

The time the audit started.

Version Information

.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