PolicyViolationResponse

data class PolicyViolationResponse(val category: String? = null, val details: String? = null)

A policy violation reported against a gallery artifact.

Constructors

Link copied to clipboard
constructor(category: String? = null, details: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val category: String? = null

Describes the nature of the policy violation.

Link copied to clipboard
val details: String? = null

Describes specific details about why this policy violation was reported.