PoliciesResponse

data class PoliciesResponse(val exportPolicy: ExportPolicyResponse? = null, val quarantinePolicy: QuarantinePolicyResponse? = null, val retentionPolicy: RetentionPolicyResponse? = null, val trustPolicy: TrustPolicyResponse? = null)

The policies for a container registry.

Constructors

Link copied to clipboard
constructor(exportPolicy: ExportPolicyResponse? = null, quarantinePolicy: QuarantinePolicyResponse? = null, retentionPolicy: RetentionPolicyResponse? = null, trustPolicy: TrustPolicyResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The export policy for a container registry.

Link copied to clipboard

The quarantine policy for a container registry.

Link copied to clipboard

The retention policy for a container registry.

Link copied to clipboard

The content trust policy for a container registry.