VulnerabilitiesSummary

class oci.dblm.models.VulnerabilitiesSummary(**kwargs)

Bases: object

Summary of vulnerabilities found in registered resources grouped by severity.

Methods

__init__(**kwargs) Initializes a new VulnerabilitiesSummary object with values from keyword arguments.

Attributes

critical [Required] Gets the critical of this VulnerabilitiesSummary.
high [Required] Gets the high of this VulnerabilitiesSummary.
info [Required] Gets the info of this VulnerabilitiesSummary.
low [Required] Gets the low of this VulnerabilitiesSummary.
medium [Required] Gets the medium of this VulnerabilitiesSummary.
total [Required] Gets the total of this VulnerabilitiesSummary.
__init__(**kwargs)

Initializes a new VulnerabilitiesSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • total (int) – The value to assign to the total property of this VulnerabilitiesSummary.
  • critical (int) – The value to assign to the critical property of this VulnerabilitiesSummary.
  • high (int) – The value to assign to the high property of this VulnerabilitiesSummary.
  • medium (int) – The value to assign to the medium property of this VulnerabilitiesSummary.
  • info (int) – The value to assign to the info property of this VulnerabilitiesSummary.
  • low (int) – The value to assign to the low property of this VulnerabilitiesSummary.
critical

[Required] Gets the critical of this VulnerabilitiesSummary. Cummulative number of resources that have critical level vulnerabilities.

Returns:The critical of this VulnerabilitiesSummary.
Return type:int
high

[Required] Gets the high of this VulnerabilitiesSummary. Cummulative number of resources that have high level vulnerabilities.

Returns:The high of this VulnerabilitiesSummary.
Return type:int
info

[Required] Gets the info of this VulnerabilitiesSummary. Cummulative number of resources that have info level vulnerabilities.

Returns:The info of this VulnerabilitiesSummary.
Return type:int
low

[Required] Gets the low of this VulnerabilitiesSummary. Cummulative number of resources that have low level vulnerabilities.

Returns:The low of this VulnerabilitiesSummary.
Return type:int
medium

[Required] Gets the medium of this VulnerabilitiesSummary. Cummulative number of resources that have medium level vulnerabilities.

Returns:The medium of this VulnerabilitiesSummary.
Return type:int
total

[Required] Gets the total of this VulnerabilitiesSummary. Total number of vulnerabilities.

Returns:The total of this VulnerabilitiesSummary.
Return type:int