LibraryInventory

class oci.jms.models.LibraryInventory(**kwargs)

Bases: object

Inventory of libraries in a fleet during a specified time period.

Methods

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

Attributes

dynamically_detected_library_count [Required] Gets the dynamically_detected_library_count of this LibraryInventory.
high_severity_library_count [Required] Gets the high_severity_library_count of this LibraryInventory.
low_severity_library_count [Required] Gets the low_severity_library_count of this LibraryInventory.
medium_severity_library_count [Required] Gets the medium_severity_library_count of this LibraryInventory.
statically_detected_library_count [Required] Gets the statically_detected_library_count of this LibraryInventory.
uncorrelated_package_count [Required] Gets the uncorrelated_package_count of this LibraryInventory.
__init__(**kwargs)

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

Parameters:
  • statically_detected_library_count (int) – The value to assign to the statically_detected_library_count property of this LibraryInventory.
  • dynamically_detected_library_count (int) – The value to assign to the dynamically_detected_library_count property of this LibraryInventory.
  • uncorrelated_package_count (int) – The value to assign to the uncorrelated_package_count property of this LibraryInventory.
  • high_severity_library_count (int) – The value to assign to the high_severity_library_count property of this LibraryInventory.
  • medium_severity_library_count (int) – The value to assign to the medium_severity_library_count property of this LibraryInventory.
  • low_severity_library_count (int) – The value to assign to the low_severity_library_count property of this LibraryInventory.
dynamically_detected_library_count

[Required] Gets the dynamically_detected_library_count of this LibraryInventory. The count of libraries which are detected dynamically.

Returns:The dynamically_detected_library_count of this LibraryInventory.
Return type:int
high_severity_library_count

[Required] Gets the high_severity_library_count of this LibraryInventory. The count of libraries with high severity vulnerabilities.

Returns:The high_severity_library_count of this LibraryInventory.
Return type:int
low_severity_library_count

[Required] Gets the low_severity_library_count of this LibraryInventory. The count of libraries with low severity vulnerabilities.

Returns:The low_severity_library_count of this LibraryInventory.
Return type:int
medium_severity_library_count

[Required] Gets the medium_severity_library_count of this LibraryInventory. The count of libraries with medium severity vulnerabilities.

Returns:The medium_severity_library_count of this LibraryInventory.
Return type:int
statically_detected_library_count

[Required] Gets the statically_detected_library_count of this LibraryInventory. The count of libraries which are detected statically.

Returns:The statically_detected_library_count of this LibraryInventory.
Return type:int
uncorrelated_package_count

[Required] Gets the uncorrelated_package_count of this LibraryInventory. The count of packages which are detected but not correlated to any libraries.

Returns:The uncorrelated_package_count of this LibraryInventory.
Return type:int