Assessment Delegation Args
data class AssessmentDelegationArgs(val assessmentId: Output<String>? = null, val assessmentName: Output<String>? = null, val comment: Output<String>? = null, val controlSetId: Output<String>? = null, val createdBy: Output<String>? = null, val creationTime: Output<Double>? = null, val id: Output<String>? = null, val lastUpdated: Output<Double>? = null, val roleArn: Output<String>? = null, val roleType: Output<AssessmentRoleType>? = null, val status: Output<AssessmentDelegationStatus>? = null) : ConvertibleToJava<AssessmentDelegationArgs>
The assignment of a control set to a delegate for review.
Constructors
Link copied to clipboard
constructor(assessmentId: Output<String>? = null, assessmentName: Output<String>? = null, comment: Output<String>? = null, controlSetId: Output<String>? = null, createdBy: Output<String>? = null, creationTime: Output<Double>? = null, id: Output<String>? = null, lastUpdated: Output<Double>? = null, roleArn: Output<String>? = null, roleType: Output<AssessmentRoleType>? = null, status: Output<AssessmentDelegationStatus>? = null)
Properties
Link copied to clipboard
The identifier for the assessment that's associated with the delegation.
Link copied to clipboard
The name of the assessment that's associated with the delegation.
Link copied to clipboard
The identifier for the control set that's associated with the delegation.
Link copied to clipboard
Specifies when the delegation was created.
Link copied to clipboard
Specifies when the delegation was last updated.
Link copied to clipboard
The type of customer persona.
Link copied to clipboard
The status of the delegation.