Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ErratumSummary

Provides summary information for an erratum. An erratum is an important software change which can include security advisories, bug fixes, or enhancements.

Properties

Optional advisorySeverity

advisorySeverity: model.AdvisorySeverity

The severity advisory. Only valid for security type advisories.

Optional advisoryType

advisoryType: model.AdvisoryTypes

The advisory type of the erratum.

Optional classificationType

classificationType: model.ClassificationTypes

Type of the erratum. This property is deprecated and it will be removed in a future API release. Please refer to the advisoryType property instead.

name

name: string

Advisory name.

Optional osFamilies

osFamilies: Array<OsFamily>

List of affected OS families.

Optional relatedCves

relatedCves: Array<string>

List of CVEs applicable to this erratum.

Optional synopsis

synopsis: undefined | string

Summary description of the erratum.

Optional timeIssued

timeIssued: Date

The date and time the erratum was issued (in RFC 3339 format).

Optional timeUpdated

timeUpdated: Date

The date and time the erratum was updated (in RFC 3339 format).

Functions

getDeserializedJsonObj

getJsonObj