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 metadata object that's associated with an assessment in Audit Manager.

Inheritance Hierarchy

System.Object
  Amazon.AuditManager.Model.AssessmentMetadataItem

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

Syntax

C#
public class AssessmentMetadataItem

The AssessmentMetadataItem type exposes the following members

Constructors

NameDescription
Public Method AssessmentMetadataItem()

Properties

NameTypeDescription
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 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 Status Amazon.AuditManager.AssessmentStatus

Gets and sets the property Status.

The current 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