ManualEvidence

Evidence that's manually added to a control in Audit Manager. manualEvidence can be one of the following: evidenceFileName, s3ResourcePath, or textResponse.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the file that's uploaded as manual evidence. This name is populated using the evidenceFileName value from the GetEvidenceFileUploadUrl API response.

Link copied to clipboard

The S3 URL of the object that's imported as manual evidence.

Link copied to clipboard

The plain text response that's entered and saved as manual evidence.

Functions

Link copied to clipboard
inline fun copy(block: ManualEvidence.Builder.() -> Unit = {}): ManualEvidence
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String