Package version:

Interface PolicyViolation

A policy violation reported against a gallery artifact.

interface PolicyViolation {
    category?: string;
    details?: string;
}

Properties

Properties

category?: string

Describes the nature of the policy violation.

details?: string

Describes specific details about why this policy violation was reported.