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.

A record that contains the information needed to demonstrate compliance with the requirements specified by a control. Examples of evidence include change activity invoked by a user, or a system configuration snapshot.

Inheritance Hierarchy

System.Object
  Amazon.AuditManager.Model.Evidence

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

Syntax

C#
public class Evidence

The Evidence type exposes the following members

Constructors

NameDescription
Public Method Evidence()

Properties

NameTypeDescription
Public Property AssessmentReportSelection System.String

Gets and sets the property AssessmentReportSelection.

Specifies whether the evidence is included in the assessment report.

Public Property Attributes System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Attributes.

The names and values that are used by the evidence event. This includes an attribute name (such as allowUsersToChangePassword) and value (such as true or false).

Public Property AwsAccountId System.String

Gets and sets the property AwsAccountId.

The identifier for the Amazon Web Services account.

Public Property AwsOrganization System.String

Gets and sets the property AwsOrganization.

The Amazon Web Services account that the evidence is collected from, and its organization path.

Public Property ComplianceCheck System.String

Gets and sets the property ComplianceCheck.

The evaluation status for automated evidence that falls under the compliance check category.

  • Audit Manager classes evidence as non-compliant if Security Hub reports a Fail result, or if Config reports a Non-compliant result.

  • Audit Manager classes evidence as compliant if Security Hub reports a Pass result, or if Config reports a Compliant result.

  • If a compliance check isn't available or applicable, then no compliance evaluation can be made for that evidence. This is the case if the evidence uses Config or Security Hub as the underlying data source type, but those services aren't enabled. This is also the case if the evidence uses an underlying data source type that doesn't support compliance checks (such as manual evidence, Amazon Web Services API calls, or CloudTrail).

Public Property DataSource System.String

Gets and sets the property DataSource.

The data source where the evidence was collected from.

Public Property EventName System.String

Gets and sets the property EventName.

The name of the evidence event.

Public Property EventSource System.String

Gets and sets the property EventSource.

The Amazon Web Service that the evidence is collected from.

Public Property EvidenceAwsAccountId System.String

Gets and sets the property EvidenceAwsAccountId.

The identifier for the Amazon Web Services account.

Public Property EvidenceByType System.String

Gets and sets the property EvidenceByType.

The type of automated evidence.

Public Property EvidenceFolderId System.String

Gets and sets the property EvidenceFolderId.

The identifier for the folder that the evidence is stored in.

Public Property IamId System.String

Gets and sets the property IamId.

The unique identifier for the user or role that's associated with the evidence.

Public Property Id System.String

Gets and sets the property Id.

The identifier for the evidence.

Public Property ResourcesIncluded System.Collections.Generic.List<Amazon.AuditManager.Model.Resource>

Gets and sets the property ResourcesIncluded.

The list of resources that are assessed to generate the evidence.

Public Property Time System.DateTime

Gets and sets the property Time.

The timestamp that represents when the evidence was collected.

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