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 assignment of a control set to a delegate for review.

Inheritance Hierarchy

System.Object
  Amazon.AuditManager.Model.Delegation

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

Syntax

C#
public class Delegation

The Delegation type exposes the following members

Constructors

NameDescription
Public Method Delegation()

Properties

NameTypeDescription
Public Property AssessmentId System.String

Gets and sets the property AssessmentId.

The identifier for the assessment that's associated with the delegation.

Public Property AssessmentName System.String

Gets and sets the property AssessmentName.

The name of the assessment that's associated with the delegation.

Public Property Comment System.String

Gets and sets the property Comment.

The comment that's related to the delegation.

Public Property ControlSetId System.String

Gets and sets the property ControlSetId.

The identifier for the control set that's associated with the delegation.

Public Property CreatedBy System.String

Gets and sets the property CreatedBy.

The user or role that created the delegation.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

Specifies when the delegation was created.

Public Property Id System.String

Gets and sets the property Id.

The unique identifier for the delegation.

Public Property LastUpdated System.DateTime

Gets and sets the property LastUpdated.

Specifies when the delegation was last updated.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) of the IAM role.

Public Property RoleType Amazon.AuditManager.RoleType

Gets and sets the property RoleType.

The type of customer persona.

In CreateAssessment, roleType can only be PROCESS_OWNER.

In UpdateSettings, roleType can only be PROCESS_OWNER.

In BatchCreateDelegationByAssessment, roleType can only be RESOURCE_OWNER.

Public Property Status Amazon.AuditManager.DelegationStatus

Gets and sets the property Status.

The status of the delegation.

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