AssessmentDelegation

data class AssessmentDelegation(val assessmentId: String? = null, val assessmentName: String? = null, val comment: String? = null, val controlSetId: String? = null, val createdBy: String? = null, val creationTime: Double? = null, val id: String? = null, val lastUpdated: Double? = null, val roleArn: String? = null, val roleType: AssessmentRoleType? = null, val status: AssessmentDelegationStatus? = null)

The assignment of a control set to a delegate for review.

Constructors

Link copied to clipboard
constructor(assessmentId: String? = null, assessmentName: String? = null, comment: String? = null, controlSetId: String? = null, createdBy: String? = null, creationTime: Double? = null, id: String? = null, lastUpdated: Double? = null, roleArn: String? = null, roleType: AssessmentRoleType? = null, status: AssessmentDelegationStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assessmentId: String? = null

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

Link copied to clipboard
val assessmentName: String? = null

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

Link copied to clipboard
val comment: String? = null

The comment that's related to the delegation.

Link copied to clipboard
val controlSetId: String? = null

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

Link copied to clipboard
val createdBy: String? = null

The user or role that created the delegation. Minimum : 1 Maximum : 100 Pattern : ^[a-zA-Z0-9-_()\\[\\]\\s]+$

Link copied to clipboard
val creationTime: Double? = null

Specifies when the delegation was created.

Link copied to clipboard
val id: String? = null

The unique identifier for the delegation.

Link copied to clipboard
val lastUpdated: Double? = null

Specifies when the delegation was last updated.

Link copied to clipboard
val roleArn: String? = null

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

Link copied to clipboard

The type of customer persona.

Link copied to clipboard

The status of the delegation.