AttestationEvidenceResponse

data class AttestationEvidenceResponse(val description: String? = null, val sourceUri: String? = null)

A piece of evidence supporting the compliance state set in the attestation.

Constructors

Link copied to clipboard
constructor(description: String? = null, sourceUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description for this piece of evidence.

Link copied to clipboard
val sourceUri: String? = null

The URI location of the evidence.