Class ResourceRiskScoreAggregationCollection
Collection of risk score aggregations.
Inherited Members
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class ResourceRiskScoreAggregationCollectionProperties
FilterId
Declaration
[Required(ErrorMessage = "FilterId is required.")]
[JsonProperty(PropertyName = "filterId")]
public string FilterId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | ID for filter that to be used to filter risk scores | 
Remarks
Required
FilterType
Declaration
[Required(ErrorMessage = "FilterType is required.")]
[JsonProperty(PropertyName = "filterType")]
public string FilterType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Type of filter | 
Remarks
Required
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ResourceRiskScoreAggregation> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<ResourceRiskScoreAggregation> | List of ResourceRiskScoreAggregation resources | 
Remarks
Required
RiskThreshold
Declaration
[JsonProperty(PropertyName = "riskThreshold")]
public int? RiskThreshold { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | Risk score value that triggers a problem |