VulnerabilitySummary¶
-
class
oci.dblm.models.
VulnerabilitySummary
(**kwargs)¶ Bases:
object
The vulnerability summary.
Methods
__init__
(**kwargs)Initializes a new VulnerabilitySummary object with values from keyword arguments. Attributes
cve_id
[Required] Gets the cve_id of this VulnerabilitySummary. description
[Required] Gets the description of this VulnerabilitySummary. risk_level
[Required] Gets the risk_level of this VulnerabilitySummary. score
[Required] Gets the score of this VulnerabilitySummary. vulnerable_resources_count
[Required] Gets the vulnerable_resources_count of this VulnerabilitySummary. -
__init__
(**kwargs)¶ Initializes a new VulnerabilitySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - cve_id (str) – The value to assign to the cve_id property of this VulnerabilitySummary.
- description (str) – The value to assign to the description property of this VulnerabilitySummary.
- risk_level (str) – The value to assign to the risk_level property of this VulnerabilitySummary.
- score (str) – The value to assign to the score property of this VulnerabilitySummary.
- vulnerable_resources_count (int) – The value to assign to the vulnerable_resources_count property of this VulnerabilitySummary.
-
cve_id
¶ [Required] Gets the cve_id of this VulnerabilitySummary. CVE vulnerability ID
Returns: The cve_id of this VulnerabilitySummary. Return type: str
-
description
¶ [Required] Gets the description of this VulnerabilitySummary. Vulnerability description
Returns: The description of this VulnerabilitySummary. Return type: str
-
risk_level
¶ [Required] Gets the risk_level of this VulnerabilitySummary. Risk level enumeration
Returns: The risk_level of this VulnerabilitySummary. Return type: str
-
score
¶ [Required] Gets the score of this VulnerabilitySummary. Vulnerability score
Returns: The score of this VulnerabilitySummary. Return type: str
-
vulnerable_resources_count
¶ [Required] Gets the vulnerable_resources_count of this VulnerabilitySummary. Number of vulnerable resources
Returns: The vulnerable_resources_count of this VulnerabilitySummary. Return type: int
-