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

Link copied to clipboard

The reason for non compliance of these files.

Link copied to clipboard

A list of files which are violating compliance checks.