AggregatedVulnerabilitySummary¶
-
class
oci.dblm.models.
AggregatedVulnerabilitySummary
(**kwargs)¶ Bases:
object
Singular information of an aggregated vulnerability datapoint.
Methods
__init__
(**kwargs)Initializes a new AggregatedVulnerabilitySummary object with values from keyword arguments. Attributes
registered_resources_count
[Required] Gets the registered_resources_count of this AggregatedVulnerabilitySummary. timestamp
[Required] Gets the timestamp of this AggregatedVulnerabilitySummary. vulnerabilities_count
[Required] Gets the vulnerabilities_count of this AggregatedVulnerabilitySummary. -
__init__
(**kwargs)¶ Initializes a new AggregatedVulnerabilitySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - timestamp (datetime) – The value to assign to the timestamp property of this AggregatedVulnerabilitySummary.
- vulnerabilities_count (int) – The value to assign to the vulnerabilities_count property of this AggregatedVulnerabilitySummary.
- registered_resources_count (int) – The value to assign to the registered_resources_count property of this AggregatedVulnerabilitySummary.
-
registered_resources_count
¶ [Required] Gets the registered_resources_count of this AggregatedVulnerabilitySummary. Registered databases against which the scan ran.
Returns: The registered_resources_count of this AggregatedVulnerabilitySummary. Return type: int
-
timestamp
¶ [Required] Gets the timestamp of this AggregatedVulnerabilitySummary. UTC timestamp when the scan completed.
Returns: The timestamp of this AggregatedVulnerabilitySummary. Return type: datetime
-
vulnerabilities_count
¶ [Required] Gets the vulnerabilities_count of this AggregatedVulnerabilitySummary. Unresolved vulnerabilities that were found by the scan.
Returns: The vulnerabilities_count of this AggregatedVulnerabilitySummary. Return type: int
-