ResourceRiskScoreAggregationCollection

class oci.cloud_guard.models.ResourceRiskScoreAggregationCollection(**kwargs)

Bases: object

Collection of risk score aggregations.

Methods

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

Attributes

filter_id [Required] Gets the filter_id of this ResourceRiskScoreAggregationCollection.
filter_type [Required] Gets the filter_type of this ResourceRiskScoreAggregationCollection.
items [Required] Gets the items of this ResourceRiskScoreAggregationCollection.
risk_threshold Gets the risk_threshold of this ResourceRiskScoreAggregationCollection.
__init__(**kwargs)

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

Parameters:
  • filter_type (str) – The value to assign to the filter_type property of this ResourceRiskScoreAggregationCollection.
  • filter_id (str) – The value to assign to the filter_id property of this ResourceRiskScoreAggregationCollection.
  • risk_threshold (int) – The value to assign to the risk_threshold property of this ResourceRiskScoreAggregationCollection.
  • items (list[oci.cloud_guard.models.ResourceRiskScoreAggregation]) – The value to assign to the items property of this ResourceRiskScoreAggregationCollection.
filter_id

[Required] Gets the filter_id of this ResourceRiskScoreAggregationCollection. ID for filter that to be used to filter risk scores

Returns:The filter_id of this ResourceRiskScoreAggregationCollection.
Return type:str
filter_type

[Required] Gets the filter_type of this ResourceRiskScoreAggregationCollection. Type of filter

Returns:The filter_type of this ResourceRiskScoreAggregationCollection.
Return type:str
items

[Required] Gets the items of this ResourceRiskScoreAggregationCollection. List of ResourceRiskScoreAggregation resources

Returns:The items of this ResourceRiskScoreAggregationCollection.
Return type:list[oci.cloud_guard.models.ResourceRiskScoreAggregation]
risk_threshold

Gets the risk_threshold of this ResourceRiskScoreAggregationCollection. Risk score value that triggers a problem

Returns:The risk_threshold of this ResourceRiskScoreAggregationCollection.
Return type:int