Class ResourceSummary
Summary of dblm registered and unregistered resources.
Inherited Members
Namespace: Oci.DblmService.Models
Assembly: OCI.DotNetSDK.Dblm.dll
Syntax
public class ResourceSummary
Properties
CleanResourcesCount
Declaration
[Required(ErrorMessage = "CleanResourcesCount is required.")]
[JsonProperty(PropertyName = "cleanResourcesCount")]
public int? CleanResourcesCount { get; set; }
Property Value
Type | Description |
---|---|
int? | Total number of resources that have 0 vulnerabilities. |
Remarks
Required
ErrorResourcesCount
Declaration
[Required(ErrorMessage = "ErrorResourcesCount is required.")]
[JsonProperty(PropertyName = "errorResourcesCount")]
public int? ErrorResourcesCount { get; set; }
Property Value
Type | Description |
---|---|
int? | Total number of resources that contain an error. |
Remarks
Required
NotRegisteredResourcesCount
Declaration
[Required(ErrorMessage = "NotRegisteredResourcesCount is required.")]
[JsonProperty(PropertyName = "notRegisteredResourcesCount")]
public int? NotRegisteredResourcesCount { get; set; }
Property Value
Type | Description |
---|---|
int? | The total number of resources that are not registered. |
Remarks
Required
RegisteredResourcesCount
Declaration
[Required(ErrorMessage = "RegisteredResourcesCount is required.")]
[JsonProperty(PropertyName = "registeredResourcesCount")]
public int? RegisteredResourcesCount { get; set; }
Property Value
Type | Description |
---|---|
int? | The total number of registered resources. |
Remarks
Required
TotalResourcesCount
Declaration
[Required(ErrorMessage = "TotalResourcesCount is required.")]
[JsonProperty(PropertyName = "totalResourcesCount")]
public int? TotalResourcesCount { get; set; }
Property Value
Type | Description |
---|---|
int? | The total number of resources. |
Remarks
Required
VulnerableResourcesCount
Declaration
[Required(ErrorMessage = "VulnerableResourcesCount is required.")]
[JsonProperty(PropertyName = "vulnerableResourcesCount")]
public int? VulnerableResourcesCount { get; set; }
Property Value
Type | Description |
---|---|
int? | Total number of resources that have 1 or more vulnerabilities. |
Remarks
Required