StandardAssignmentPropertiesAttestationDataArgs

data class StandardAssignmentPropertiesAttestationDataArgs(val assignedAssessment: Output<AssignedAssessmentItemArgs>? = null, val complianceState: Output<Either<String, AttestationComplianceState>>? = null, val evidence: Output<List<AttestationEvidenceArgs>>? = null) : ConvertibleToJava<StandardAssignmentPropertiesAttestationDataArgs>

Additional data about assignment that has Attest effect

Constructors

constructor(assignedAssessment: Output<AssignedAssessmentItemArgs>? = null, complianceState: Output<Either<String, AttestationComplianceState>>? = null, evidence: Output<List<AttestationEvidenceArgs>>? = null)

Properties

Link copied to clipboard

Component item with key as applied to this standard assignment over the given scope

Link copied to clipboard
val complianceState: Output<Either<String, AttestationComplianceState>>? = null

Attest category of this assignment

Link copied to clipboard
val evidence: Output<List<AttestationEvidenceArgs>>? = null

Array of links to attestation evidence

Functions

Link copied to clipboard
open override fun toJava(): StandardAssignmentPropertiesAttestationDataArgs