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.

Represents a set of controls in an Audit Manager assessment.

Inheritance Hierarchy

System.Object
  Amazon.AuditManager.Model.AssessmentControlSet

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

Syntax

C#
public class AssessmentControlSet

The AssessmentControlSet type exposes the following members

Constructors

NameDescription
Public Method AssessmentControlSet()

Properties

NameTypeDescription
Public Property Controls System.Collections.Generic.List<Amazon.AuditManager.Model.AssessmentControl>

Gets and sets the property Controls.

The list of controls that's contained with the control set.

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

Gets and sets the property Delegations.

The delegations that are associated with the control set.

Public Property Description System.String

Gets and sets the property Description.

The description for the control set.

Public Property Id System.String

Gets and sets the property Id.

The identifier of the control set in the assessment. This is the control set name in a plain string format.

Public Property ManualEvidenceCount System.Int32

Gets and sets the property ManualEvidenceCount.

The total number of evidence objects that are uploaded manually to the control set.

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

Gets and sets the property Roles.

The roles that are associated with the control set.

Public Property Status Amazon.AuditManager.ControlSetStatus

Gets and sets the property Status.

The current status of the control set.

Public Property SystemEvidenceCount System.Int32

Gets and sets the property SystemEvidenceCount.

The total number of evidence objects that are retrieved automatically for the control set.

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