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 collection of attributes that's used to create a delegation for an assessment in Audit Manager.

Inheritance Hierarchy

System.Object
  Amazon.AuditManager.Model.CreateDelegationRequest

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

Syntax

C#
public class CreateDelegationRequest

The CreateDelegationRequest type exposes the following members

Constructors

NameDescription
Public Method CreateDelegationRequest()

Properties

NameTypeDescription
Public Property Comment System.String

Gets and sets the property Comment.

A comment that's related to the delegation request.

Public Property ControlSetId System.String

Gets and sets the property ControlSetId.

The unique identifier for the control set.

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.

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