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 metadata that's associated with the specified assessment.

Inheritance Hierarchy

System.Object
  Amazon.AuditManager.Model.AssessmentMetadata

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

Syntax

C#
public class AssessmentMetadata

The AssessmentMetadata type exposes the following members

Constructors

NameDescription
Public Method AssessmentMetadata()

Properties

NameTypeDescription
Public Property AssessmentReportsDestination Amazon.AuditManager.Model.AssessmentReportsDestination

Gets and sets the property AssessmentReportsDestination.

The destination that evidence reports are stored in for the assessment.

Public Property ComplianceType System.String

Gets and sets the property ComplianceType.

The name of the compliance standard that's related to the assessment, such as PCI-DSS.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

Specifies when the assessment was created.

Public Property Delegations System.Collections.Generic.List<Amazon.AuditManager.Model.Delegation>

Gets and sets the property Delegations.

The delegations that are associated with the assessment.

Public Property Description System.String

Gets and sets the property Description.

The description of the assessment.

Public Property Id System.String

Gets and sets the property Id.

The unique identifier for the assessment.

Public Property LastUpdated System.DateTime

Gets and sets the property LastUpdated.

The time of the most recent update.

Public Property Name System.String

Gets and sets the property Name.

The name of the assessment.

Public Property Roles System.Collections.Generic.List<Amazon.AuditManager.Model.Role>

Gets and sets the property Roles.

The roles that are associated with the assessment.

Public Property Scope Amazon.AuditManager.Model.Scope

Gets and sets the property Scope.

The wrapper of Amazon Web Services accounts and services that are in scope for the assessment.

Public Property Status Amazon.AuditManager.AssessmentStatus

Gets and sets the property Status.

The overall status of the assessment.

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