RiskScoreAggregationCollection¶
-
class
oci.cloud_guard.models.
RiskScoreAggregationCollection
(**kwargs)¶ Bases:
object
Collection of RiskScoreAggregation resources.
Methods
__init__
(**kwargs)Initializes a new RiskScoreAggregationCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this RiskScoreAggregationCollection. -
__init__
(**kwargs)¶ Initializes a new RiskScoreAggregationCollection 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.RiskScoreAggregation]) – The value to assign to the items property of this RiskScoreAggregationCollection.
-
items
¶ [Required] Gets the items of this RiskScoreAggregationCollection. The list of all the RiskScoreAggregation resources.
Returns: The items of this RiskScoreAggregationCollection. Return type: list[oci.cloud_guard.models.RiskScoreAggregation]
-