ResourceProfileRiskScoreAggregationSummaryCollection

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

Bases: object

Collection of resource profile risk score aggregation summaries.

Methods

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

Attributes

items [Required] Gets the items of this ResourceProfileRiskScoreAggregationSummaryCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.cloud_guard.models.ResourceProfileRiskScoreAggregationSummary]) – The value to assign to the items property of this ResourceProfileRiskScoreAggregationSummaryCollection.
items

[Required] Gets the items of this ResourceProfileRiskScoreAggregationSummaryCollection. List of ResourceProfileRiskScoreAggregationSummary resources

Returns:The items of this ResourceProfileRiskScoreAggregationSummaryCollection.
Return type:list[oci.cloud_guard.models.ResourceProfileRiskScoreAggregationSummary]