ComplianceOccurrenceResponse

data class ComplianceOccurrenceResponse(val nonComplianceReason: String, val nonCompliantFiles: List<NonCompliantFileResponse>)

An indication that the compliance checks in the associated ComplianceNote were not satisfied for particular resources or a specified reason.

Constructors

Link copied to clipboard
fun ComplianceOccurrenceResponse(nonComplianceReason: String, nonCompliantFiles: List<NonCompliantFileResponse>)

Types

Link copied to clipboard
object Companion

Properties