Class LibraryInventory
Inventory of libraries in a fleet during a specified time period.
Inherited Members
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class LibraryInventory
Properties
DynamicallyDetectedLibraryCount
Declaration
[Required(ErrorMessage = "DynamicallyDetectedLibraryCount is required.")]
[JsonProperty(PropertyName = "dynamicallyDetectedLibraryCount")]
public int? DynamicallyDetectedLibraryCount { get; set; }
Property Value
Type | Description |
---|---|
int? | The count of libraries which are detected dynamically. |
Remarks
Required
HighSeverityLibraryCount
Declaration
[Required(ErrorMessage = "HighSeverityLibraryCount is required.")]
[JsonProperty(PropertyName = "highSeverityLibraryCount")]
public int? HighSeverityLibraryCount { get; set; }
Property Value
Type | Description |
---|---|
int? | The count of libraries with high severity vulnerabilities. |
Remarks
Required
LowSeverityLibraryCount
Declaration
[Required(ErrorMessage = "LowSeverityLibraryCount is required.")]
[JsonProperty(PropertyName = "lowSeverityLibraryCount")]
public int? LowSeverityLibraryCount { get; set; }
Property Value
Type | Description |
---|---|
int? | The count of libraries with low severity vulnerabilities. |
Remarks
Required
MediumSeverityLibraryCount
Declaration
[Required(ErrorMessage = "MediumSeverityLibraryCount is required.")]
[JsonProperty(PropertyName = "mediumSeverityLibraryCount")]
public int? MediumSeverityLibraryCount { get; set; }
Property Value
Type | Description |
---|---|
int? | The count of libraries with medium severity vulnerabilities. |
Remarks
Required
StaticallyDetectedLibraryCount
Declaration
[Required(ErrorMessage = "StaticallyDetectedLibraryCount is required.")]
[JsonProperty(PropertyName = "staticallyDetectedLibraryCount")]
public int? StaticallyDetectedLibraryCount { get; set; }
Property Value
Type | Description |
---|---|
int? | The count of libraries which are detected statically. |
Remarks
Required
UncorrelatedPackageCount
Declaration
[Required(ErrorMessage = "UncorrelatedPackageCount is required.")]
[JsonProperty(PropertyName = "uncorrelatedPackageCount")]
public int? UncorrelatedPackageCount { get; set; }
Property Value
Type | Description |
---|---|
int? | The count of packages which are detected but not correlated to any libraries. |
Remarks
Required